taglinefilesource code
open_wait35include/linux/serial.hstruct wait_queue *open_wait;
open_wait391kernel/chr_drv/serial.cwake_up_interruptible(&info->open_wait);
open_wait527kernel/chr_drv/serial.cwake_up_interruptible(&info->open_wait);
open_wait918kernel/chr_drv/serial.cwake_up_interruptible(&rs_table[DEV_TO_SL(tty->line)].open_wait);
open_wait1023kernel/chr_drv/serial.cadd_wait_queue(&info->open_wait, &wait);
open_wait1049kernel/chr_drv/serial.cremove_wait_queue(&info->open_wait, &wait);
open_wait1272kernel/chr_drv/serial.cinfo->open_wait = 0;