Searched refs:td_sel (Results 1 – 3 of 3) sorted by relevance
1327 stp = td->td_sel; in selrescan()1568 stp = td->td_sel; in pollrescan()1739 stp = td->td_sel; in selfdalloc()1793 stp = selector->td_sel; in selrecord()1891 stp = td->td_sel; in seltdinit()1902 td->td_sel = stp; in seltdinit()1911 stp = td->td_sel; in seltdwait()1942 stp = td->td_sel; in seltdfini()1951 td->td_sel = NULL; in seltdfini()1968 stp = td->td_sel; in seltdclear()
366 MPASS(td->td_sel == NULL); in thread_ctor()430 td->td_sel = NULL; in thread_init()448 MPASS(td->td_sel == NULL); in thread_fini()
242 struct seltd *td_sel; /* Select queue/channel. */ member