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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dsymbol.c883 } *check_top; variable in typeref:struct:dep_stack
888 if (check_top)
889 check_top->next = stack;
890 stack->prev = check_top;
892 check_top = stack;
897 check_top = check_top->prev;
898 if (check_top)
899 check_top->next = NULL;
904 * check_top poin
[all...]

Completed in 71 milliseconds