Searched refs:t_outpoll (Results 1 – 3 of 3) sorted by relevance
391 rt_wqueue_init(&tp->t_outpoll); in lwp_tty_create_ext()406 knlist_init_mtx(&tp->t_outpoll.si_note, tp->t_mtx); in lwp_tty_create_ext()429 rt_wqueue_wakeup_all(&tp->t_outpoll, (void *)POLLHUP); in lwp_tty_delete()433 knlist_destroy(&tp->t_outpoll.si_note); in lwp_tty_delete()
156 struct rt_wqueue t_outpoll; /* (t) Output poll queue. */ member
244 knlist_clear(&tp->t_outpoll.si_note, 1); in ttydev_leave()690 rt_poll_add(&tp->t_outpoll, req); in ttydev_poll()1006 selwakeup(&tp->t_outpoll); in tty_wakeup()1007 KNOTE_LOCKED(&tp->t_outpoll.si_note, 0); in tty_wakeup()1009 rt_wqueue_wakeup_all(&tp->t_outpoll, (void *)POLLOUT); in tty_wakeup()
Completed in 18 milliseconds