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

/linux-master/kernel/debug/kdb/
H A Dkdb_io.c520 static int suspend_grep; variable
651 if (!kdb_grepping_flag || suspend_grep) {
667 if (!suspend_grep && kdb_grepping_flag) {
679 * we set the suspend_grep flag to make
834 suspend_grep = 1; /* for this recursion */
838 suspend_grep = 1; /* for this recursion */
845 suspend_grep = 1; /* for this recursion */
848 suspend_grep = 1; /* for this recursion */
858 suspend_grep = 1; /* for this recursion */
870 if (kdb_grepping_flag && !suspend_grep) {
[all...]

Completed in 102 milliseconds