Searched refs:ch_flags_wait (Results 1 – 2 of 2) sorted by relevance
425 init_waitqueue_head(&ch->ch_flags_wait); in jsm_tty_init()683 if (waitqueue_active(&(ch->ch_flags_wait))) in jsm_carrier()684 wake_up_interruptible(&ch->ch_flags_wait); in jsm_carrier()700 if (waitqueue_active(&(ch->ch_flags_wait))) in jsm_carrier()701 wake_up_interruptible(&ch->ch_flags_wait); in jsm_carrier()727 if (waitqueue_active(&(ch->ch_flags_wait))) in jsm_carrier()728 wake_up_interruptible(&ch->ch_flags_wait); in jsm_carrier()
197 wait_queue_head_t ch_flags_wait; member