Searched refs:t_inpoll (Results 1 – 2 of 2) sorted by relevance
250 knlist_clear(&tp->t_inpoll.si_note, 1); in ttydev_leave()666 selrecord(td, &tp->t_inpoll); in ttydev_poll()703 knlist_remove(&tp->t_inpoll.si_note, kn, 0); in tty_kqops_read_detach()772 knlist_add(&tp->t_inpoll.si_note, kn, 1); in ttydev_kqfilter()1092 knlist_init_mtx(&tp->t_inpoll.si_note, tp->t_mtx); in tty_alloc_mutex()1112 seldrain(&tp->t_inpoll); in tty_dealloc()1114 knlist_destroy(&tp->t_inpoll.si_note); in tty_dealloc()1531 selwakeup(&tp->t_inpoll); in tty_wakeup()1532 KNOTE_LOCKED(&tp->t_inpoll.si_note, 0); in tty_wakeup()
108 struct selinfo t_inpoll; /* (t) Input poll queue. */ member