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