taglinefilesource code
open_wait36include/linux/serial.hstruct wait_queue *open_wait;
open_wait433kernel/chr_drv/serial.cwake_up_interruptible(&info->open_wait);
open_wait440kernel/chr_drv/serial.cwake_up_interruptible(&info->open_wait);
open_wait1051kernel/chr_drv/serial.cwake_up_interruptible(&info->open_wait);
open_wait1159kernel/chr_drv/serial.cadd_wait_queue(&info->open_wait, &wait);
open_wait1192kernel/chr_drv/serial.cremove_wait_queue(&info->open_wait, &wait);
open_wait1544kernel/chr_drv/serial.cinfo->open_wait = 0;