taglinefilesource code
log_wait18fs/proc/kmsg.cextern struct wait_queue * log_wait;
log_wait43fs/proc/kmsg.cselect_wait(&log_wait, wait);
log_wait24kernel/printk.cstruct wait_queue * log_wait = NULL;
log_wait38kernel/printk.cwake_up_interruptible(&log_wait);
log_wait65kernel/printk.cinterruptible_sleep_on(&log_wait);
log_wait102kernel/printk.cwake_up_interruptible(&log_wait);