Searched refs:console_thread_stop (Results 1 – 1 of 1) sorted by relevance
235 static bool console_thread_stop; /* write on console_write */ variable337 if (console_thread_stop || (kfifo_is_empty(&fifo) && kfifo_is_empty(&tty_fifo))) { in console_thread()346 while (!console_thread_stop && (!kfifo_is_empty(&fifo) || !kfifo_is_empty(&tty_fifo))) { in console_thread()347 while (!console_thread_stop && kfifo_get(&fifo, &c)) { in console_thread()353 while (!console_thread_stop && kfifo_get(&tty_fifo, &c)) { in console_thread()366 if (dropped && !console_thread_stop) { in console_thread()373 if (!console_thread_stop) in console_thread()388 if (console_thread_stop || in console_write()393 if (!console_thread_stop) { in console_write()394 console_thread_stop = true; in console_write()[all …]