Searched refs:ch_flags_wait (Results 1 – 2 of 2) sorted by relevance
422 init_waitqueue_head(&ch->ch_flags_wait); in jsm_tty_init()676 if (waitqueue_active(&(ch->ch_flags_wait))) in jsm_carrier()677 wake_up_interruptible(&ch->ch_flags_wait); in jsm_carrier()693 if (waitqueue_active(&(ch->ch_flags_wait))) in jsm_carrier()694 wake_up_interruptible(&ch->ch_flags_wait); in jsm_carrier()720 if (waitqueue_active(&(ch->ch_flags_wait))) in jsm_carrier()721 wake_up_interruptible(&ch->ch_flags_wait); in jsm_carrier()
197 wait_queue_head_t ch_flags_wait; member