Searched refs:td_sel (Results 1 – 3 of 3) sorted by relevance
1409 stp = td->td_sel; in selrescan()1674 stp = td->td_sel; in pollrescan()1845 stp = td->td_sel; in selfdalloc()1899 stp = selector->td_sel; in selrecord()1997 stp = td->td_sel; in seltdinit()2008 td->td_sel = stp; in seltdinit()2017 stp = td->td_sel; in seltdwait()2048 stp = td->td_sel; in seltdfini()2057 td->td_sel = NULL; in seltdfini()2074 stp = td->td_sel; in seltdclear()
404 MPASS(td->td_sel == NULL); in thread_ctor()466 td->td_sel = NULL; in thread_init()483 MPASS(td->td_sel == NULL); in thread_fini()
247 struct seltd *td_sel; /* Select queue/channel. */ member