Searched refs:un_flags_wait (Results 1 – 6 of 6) sorted by relevance
361 init_waitqueue_head(&ch->ch_tun.un_flags_wait); in dgnc_tty_init()362 init_waitqueue_head(&ch->ch_pun.un_flags_wait); in dgnc_tty_init()974 wake_up_interruptible(&ch->ch_tun.un_flags_wait); in dgnc_wakeup_writes()997 wake_up_interruptible(&ch->ch_pun.un_flags_wait); in dgnc_wakeup_writes()1321 retval = wait_event_interruptible(un->un_flags_wait, in dgnc_block_til_ready()1496 wake_up_interruptible(&un->un_flags_wait); in dgnc_tty_close()2525 wake_up_interruptible(&ch->ch_tun.un_flags_wait); in dgnc_tty_flush_buffer()2529 wake_up_interruptible(&ch->ch_pun.un_flags_wait); in dgnc_tty_flush_buffer()2723 wake_up_interruptible(&ch->ch_tun.un_flags_wait); in dgnc_tty_ioctl()2729 wake_up_interruptible(&ch->ch_pun.un_flags_wait); in dgnc_tty_ioctl()
275 wait_queue_head_t un_flags_wait; /* Place to sleep to wait on unit */ member
925 return wait_event_interruptible(un->un_flags_wait, in cls_drain()
1312 rc = wait_event_interruptible(un->un_flags_wait, ((un->un_flags & UN_EMPTY) == 0)); in neo_drain()
1691 wake_up_interruptible(&un->un_flags_wait); in dgap_write_wakeup()1924 (&ch->ch_tun.un_flags_wait); in dgap_event()3105 retval = wait_event_interruptible(un->un_flags_wait, in dgap_block_til_ready()3165 wake_up_interruptible(&ch->ch_tun.un_flags_wait); in dgap_tty_flush_buffer()3169 wake_up_interruptible(&ch->ch_pun.un_flags_wait); in dgap_tty_flush_buffer()3347 ret = wait_event_interruptible(un->un_flags_wait, in dgap_wait_for_drain()4626 wake_up_interruptible(&un->un_flags_wait); in dgap_tty_close()4966 wake_up_interruptible(&ch->ch_tun.un_flags_wait); in dgap_tty_ioctl()4970 wake_up_interruptible(&ch->ch_pun.un_flags_wait); in dgap_tty_ioctl()6788 init_waitqueue_head(&ch->ch_tun.un_flags_wait); in dgap_tty_init()[all …]
632 wait_queue_head_t un_flags_wait; /* Place to sleep to wait on unit */ member