Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/kconfig/
Dsymbol.c1057 } *check_top; variable
1062 if (check_top) in dep_stack_insert()
1063 check_top->next = stack; in dep_stack_insert()
1064 stack->prev = check_top; in dep_stack_insert()
1066 check_top = stack; in dep_stack_insert()
1071 check_top = check_top->prev; in dep_stack_remove()
1072 if (check_top) in dep_stack_remove()
1073 check_top->next = NULL; in dep_stack_remove()
1094 for (stack = check_top; stack != NULL; stack = stack->prev) in sym_check_print_recursive()
1149 if (check_top == &cv_stack) in sym_check_print_recursive()