rtas_log_wait 34 arch/powerpc/kernel/rtasd.c static DECLARE_WAIT_QUEUE_HEAD(rtas_log_wait); rtas_log_wait 266 arch/powerpc/kernel/rtasd.c wake_up_interruptible(&rtas_log_wait); rtas_log_wait 361 arch/powerpc/kernel/rtasd.c error = wait_event_interruptible(rtas_log_wait, rtas_log_size); rtas_log_wait 382 arch/powerpc/kernel/rtasd.c poll_wait(file, &rtas_log_wait, wait);