taglinefilesource code
log_wait17fs/proc/kmsg.cextern struct wait_queue * log_wait;
log_wait42fs/proc/kmsg.cselect_wait(&log_wait, wait);
log_wait38kernel/printk.cstruct wait_queue * log_wait = NULL;
log_wait87kernel/printk.cinterruptible_sleep_on(&log_wait);
log_wait201kernel/printk.cwake_up_interruptible(&log_wait);