tag | line | file | source code |
---|---|---|---|
log_wait | 17 | fs/proc/kmsg.c | extern struct wait_queue * log_wait; |
log_wait | 42 | fs/proc/kmsg.c | select_wait(&log_wait, wait); |
log_wait | 40 | kernel/printk.c | struct wait_queue * log_wait = NULL; |
log_wait | 89 | kernel/printk.c | interruptible_sleep_on(&log_wait); |
log_wait | 203 | kernel/printk.c | wake_up_interruptible(&log_wait); |