Searched refs:items_num (Results 1 - 1 of 1) sorted by relevance

/linux-master/scripts/kconfig/
H A Dnconf.c277 static unsigned int items_num; variable
497 items_num = 0;
508 /* Do not search if the menu is empty (i.e. items_num == 0) */
518 match_start = (match_start + items_num) % items_num;
529 index = (index + items_num) % items_num;
540 if (items_num > MAX_MENU_ITEMS-1)
543 bzero(&k_menu_items[items_num], sizeof(k_menu_items[0]));
544 k_menu_items[items_num]
[all...]

Completed in 107 milliseconds