Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/kconfig/
Dsymbol.c1017 } *check_top; variable
1022 if (check_top) in dep_stack_insert()
1023 check_top->next = stack; in dep_stack_insert()
1024 stack->prev = check_top; in dep_stack_insert()
1026 check_top = stack; in dep_stack_insert()
1031 check_top = check_top->prev; in dep_stack_remove()
1032 if (check_top) in dep_stack_remove()
1033 check_top->next = NULL; in dep_stack_remove()
1054 for (stack = check_top; stack != NULL; stack = stack->prev) in sym_check_print_recursive()
1126 if (check_top == &cv_stack) in sym_check_print_recursive()