| tag | line | file | source code |
|---|---|---|---|
| log_wait | 18 | fs/proc/kmsg.c | extern struct wait_queue * log_wait; |
| log_wait | 43 | fs/proc/kmsg.c | select_wait(&log_wait, wait); |
| log_wait | 24 | kernel/printk.c | struct wait_queue * log_wait = NULL; |
| log_wait | 38 | kernel/printk.c | wake_up_interruptible(&log_wait); |
| log_wait | 63 | kernel/printk.c | interruptible_sleep_on(&log_wait); |
| log_wait | 100 | kernel/printk.c | wake_up_interruptible(&log_wait); |