Symbol: open_wait
drivers/ipack/devices/ipoctal.c
648
wake_up_interruptible(&channel->tty_port.open_wait);
drivers/mmc/core/sdio_uart.c
464
wake_up_interruptible(&port->port.open_wait);
drivers/scsi/sg.c
1471
init_waitqueue_head(&sdp->open_wait);
drivers/scsi/sg.c
1614
wake_up_interruptible_all(&sdp->open_wait);
drivers/scsi/sg.c
164
wait_queue_head_t open_wait; /* queue open() when O_EXCL present */
drivers/scsi/sg.c
254
retval = wait_event_interruptible(sdp->open_wait,
drivers/scsi/sg.c
267
retval = wait_event_interruptible(sdp->open_wait,
drivers/scsi/sg.c
335
retval = open_wait(sdp, flags);
drivers/scsi/sg.c
367
wake_up_interruptible(&sdp->open_wait);
drivers/scsi/sg.c
396
wake_up_interruptible_all(&sdp->open_wait);
drivers/scsi/sg.c
398
wake_up_interruptible(&sdp->open_wait);
drivers/tty/amiserial.c
1210
wake_up_interruptible(&info->open_wait);
drivers/tty/amiserial.c
1332
wake_up_interruptible(&info->tport.open_wait);
drivers/tty/amiserial.c
333
wake_up_interruptible(&port->open_wait);
drivers/tty/moxa.c
1364
wake_up_interruptible(&ch->port.open_wait);
drivers/tty/mxser.c
699
wake_up_interruptible(&port->port.open_wait);
drivers/tty/n_gsm.c
2145
wake_up_interruptible(&dlci->port.open_wait);
drivers/tty/serial/serial_core.c
1840
wake_up_interruptible(&port->open_wait);
drivers/tty/serial/serial_core.c
3375
wake_up_interruptible(&port->open_wait);
drivers/tty/synclink_gt.c
1996
wake_up_interruptible(&info->port.open_wait);
drivers/tty/synclink_gt.c
3187
add_wait_queue(&port->open_wait, &wait);
drivers/tty/synclink_gt.c
3222
remove_wait_queue(&port->open_wait, &wait);
drivers/tty/synclink_gt.c
699
wake_up_interruptible(&info->port.open_wait);
drivers/tty/tty_port.c
378
wake_up_interruptible(&port->open_wait);
drivers/tty/tty_port.c
521
prepare_to_wait(&port->open_wait, &wait, TASK_INTERRUPTIBLE);
drivers/tty/tty_port.c
548
finish_wait(&port->open_wait, &wait);
drivers/tty/tty_port.c
659
wake_up_interruptible(&port->open_wait);
drivers/tty/tty_port.c
90
init_waitqueue_head(&port->open_wait);
drivers/usb/serial/generic.c
625
wake_up_interruptible(&port->port.open_wait);
include/linux/tty_port.h
110
wait_queue_head_t open_wait;
include/sound/hwdep.h
53
wait_queue_head_t open_wait;
include/sound/pcm.h
545
wait_queue_head_t open_wait;
include/sound/rawmidi.h
138
wait_queue_head_t open_wait;
net/bluetooth/rfcomm/tty.c
629
wake_up_interruptible(&dev->port.open_wait);
sound/core/hwdep.c
128
remove_wait_queue(&hw->open_wait, &wait);
sound/core/hwdep.c
158
wake_up(&hw->open_wait);
sound/core/hwdep.c
382
init_waitqueue_head(&hwdep->open_wait);
sound/core/hwdep.c
466
wake_up(&hwdep->open_wait);
sound/core/hwdep.c
94
add_wait_queue(&hw->open_wait, &wait);
sound/core/oss/pcm_oss.c
2520
add_wait_queue(&pcm->open_wait, &wait);
sound/core/oss/pcm_oss.c
2547
remove_wait_queue(&pcm->open_wait, &wait);
sound/core/oss/pcm_oss.c
2582
wake_up(&pcm->open_wait);
sound/core/pcm.c
1095
wake_up(&pcm->open_wait);
sound/core/pcm.c
723
init_waitqueue_head(&pcm->open_wait);
sound/core/pcm_native.c
2886
add_wait_queue(&pcm->open_wait, &wait);
sound/core/pcm_native.c
2912
remove_wait_queue(&pcm->open_wait, &wait);
sound/core/pcm_native.c
2945
wake_up(&pcm->open_wait);
sound/core/rawmidi.c
1836
init_waitqueue_head(&rmidi->open_wait);
sound/core/rawmidi.c
2057
wake_up(&rmidi->open_wait);
sound/core/rawmidi.c
482
add_wait_queue(&rmidi->open_wait, &wait);
sound/core/rawmidi.c
508
remove_wait_queue(&rmidi->open_wait, &wait);
sound/core/rawmidi.c
584
wake_up(&rmidi->open_wait);
sound/drivers/opl3/opl3_seq.c
84
wake_up(&hwdep->open_wait);