Home
last modified time | relevance | path

Searched refs:si_waitq (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.81.4/bsd/sys/
H A Dselect.h122 struct waitq si_waitq; /* waitq for wait/wakeup */ member
/xnu-12377.81.4/bsd/kern/
H A Dsys_generic.c2127 if (!waitq_is_valid(&sip->si_waitq)) { in selrecord()
2128 waitq_init(&sip->si_waitq, WQT_SELECT, SYNC_POLICY_FIFO); in selrecord()
2132 select_set_link(&sip->si_waitq, selset, linkp); in selrecord()
2161 select_waitq_wakeup_and_deinit(&sip->si_waitq, NO_EVENT64, wr); in selwakeup_internal()
H A Dtty.c3477 return __container_of(wq, struct tty, t_rsel.si_waitq); in tty_from_waitq()
3479 return __container_of(wq, struct tty, t_wsel.si_waitq); in tty_from_waitq()
3523 tp = tty_from_waitq(&si->si_waitq, knote_get_seltype(kn)); in filt_ttyattach()