tag | line | file | source code |
open_wait | 36 | include/linux/serial.h | struct wait_queue *open_wait; |
open_wait | 433 | kernel/chr_drv/serial.c | wake_up_interruptible(&info->open_wait); |
open_wait | 440 | kernel/chr_drv/serial.c | wake_up_interruptible(&info->open_wait); |
open_wait | 1051 | kernel/chr_drv/serial.c | wake_up_interruptible(&info->open_wait); |
open_wait | 1159 | kernel/chr_drv/serial.c | add_wait_queue(&info->open_wait, &wait); |
open_wait | 1192 | kernel/chr_drv/serial.c | remove_wait_queue(&info->open_wait, &wait); |
open_wait | 1544 | kernel/chr_drv/serial.c | info->open_wait = 0; |