Searched refs:console_thread_running (Results 1 – 1 of 1) sorted by relevance
236 static bool console_thread_running; /* write on console_thread */ variable323 if (!READ_ONCE(console_thread_running)) in wake_up_console_thread()338 smp_store_mb(console_thread_running, false); in console_thread()340 smp_store_mb(console_thread_running, true); in console_thread()