tag | line | file | source code |
---|---|---|---|
log_wait | 24 | kernel/printk.c | static struct wait_queue * log_wait = NULL; |
log_wait | 38 | kernel/printk.c | wake_up(&log_wait); |
log_wait | 63 | kernel/printk.c | interruptible_sleep_on(&log_wait); |
log_wait | 100 | kernel/printk.c | wake_up(&log_wait); |