Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/kconfig/
H A Dsymbol.c1015 } *check_top; variable
1020 if (check_top) in dep_stack_insert()
1021 check_top->next = stack; in dep_stack_insert()
1022 stack->prev = check_top; in dep_stack_insert()
1024 check_top = stack; in dep_stack_insert()
1029 check_top = check_top->prev; in dep_stack_remove()
1030 if (check_top) in dep_stack_remove()
1031 check_top->next = NULL; in dep_stack_remove()
1036 * check_top poin
[all...]
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dsymbol.c971 } *check_top; variable
976 if (check_top) in dep_stack_insert()
977 check_top->next = stack; in dep_stack_insert()
978 stack->prev = check_top; in dep_stack_insert()
980 check_top = stack; in dep_stack_insert()
985 check_top = check_top->prev; in dep_stack_remove()
986 if (check_top) in dep_stack_remove()
987 check_top->next = NULL; in dep_stack_remove()
992 * check_top poin
[all...]

Completed in 3 milliseconds