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

/linux-4.4.14/scripts/kconfig/
H A Dsymbol.c1056 } *check_top; variable in typeref:struct:dep_stack
1061 if (check_top) dep_stack_insert()
1062 check_top->next = stack; dep_stack_insert()
1063 stack->prev = check_top; dep_stack_insert()
1065 check_top = stack; dep_stack_insert()
1070 check_top = check_top->prev; dep_stack_remove()
1071 if (check_top) dep_stack_remove()
1072 check_top->next = NULL; dep_stack_remove()
1077 * check_top point to the top of the stact so we use
1093 for (stack = check_top; stack != NULL; stack = stack->prev) sym_check_print_recursive()
1150 if (check_top == &cv_stack) sym_check_print_recursive()

Completed in 52 milliseconds