Searched refs:suspend_grep (Results 1 – 1 of 1) sorted by relevance
506 static int suspend_grep; variable635 if (!kdb_grepping_flag || suspend_grep) { in vkdb_printf()651 if (!suspend_grep && kdb_grepping_flag) { in vkdb_printf()818 suspend_grep = 1; /* for this recursion */ in vkdb_printf()822 suspend_grep = 1; /* for this recursion */ in vkdb_printf()829 suspend_grep = 1; /* for this recursion */ in vkdb_printf()832 suspend_grep = 1; /* for this recursion */ in vkdb_printf()842 suspend_grep = 1; /* for this recursion */ in vkdb_printf()854 if (kdb_grepping_flag && !suspend_grep) { in vkdb_printf()863 suspend_grep = 0; /* end of what may have been a recursive call */ in vkdb_printf()
Completed in 5 milliseconds