Searched refs:console_pausing (Results 1 – 1 of 1) sorted by relevance
113 static bool console_pausing; /* pause after each line during probe */ variable208 console_pausing = true; in cninit()226 console_pausing = false; in cninit_finish()548 if (console_pausing && c == '\n' && !kdb_active) { in cnputc()553 console_pausing = false; in cnputc()