taglinefilesource code
log_wait24kernel/printk.cstatic struct wait_queue * log_wait = NULL;
log_wait38kernel/printk.cwake_up(&log_wait);
log_wait63kernel/printk.cinterruptible_sleep_on(&log_wait);
log_wait100kernel/printk.cwake_up(&log_wait);