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
1470
init_waitqueue_head(&sdp->open_wait);
drivers/scsi/sg.c
1613
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
1836
wake_up_interruptible(&port->open_wait);
drivers/tty/serial/serial_core.c
3390
wake_up_interruptible(&port->open_wait);
drivers/tty/tty_port.c
399
wake_up_interruptible(&port->open_wait);
drivers/tty/tty_port.c
542
prepare_to_wait(&port->open_wait, &wait, TASK_INTERRUPTIBLE);
drivers/tty/tty_port.c
569
finish_wait(&port->open_wait, &wait);
drivers/tty/tty_port.c
680
wake_up_interruptible(&port->open_wait);
drivers/tty/tty_port.c
90
init_waitqueue_head(&port->open_wait);
drivers/usb/serial/generic.c
624
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
626
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
2532
add_wait_queue(&pcm->open_wait, &wait);
sound/core/oss/pcm_oss.c
2559
remove_wait_queue(&pcm->open_wait, &wait);
sound/core/oss/pcm_oss.c
2594
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
2925
add_wait_queue(&pcm->open_wait, &wait);
sound/core/pcm_native.c
2951
remove_wait_queue(&pcm->open_wait, &wait);
sound/core/pcm_native.c
2984
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);
sound/pci/ice1712/ice1724.c
747
wake_up(&ice->pcm_ds->open_wait);