Home
last modified time | relevance | path

Searched refs:console_thread_running (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/soc/rockchip/fiq_debugger/
H A Drk_fiq_debugger.c236 static bool console_thread_running; /* write on console_thread */ variable
323 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()