Searched refs:td_sel (Results 1 – 3 of 3) sorted by relevance
1341 stp = td->td_sel; in selrescan()1608 stp = td->td_sel; in pollrescan()1779 stp = td->td_sel; in selfdalloc()1833 stp = selector->td_sel; in selrecord()1931 stp = td->td_sel; in seltdinit()1942 td->td_sel = stp; in seltdinit()1951 stp = td->td_sel; in seltdwait()1982 stp = td->td_sel; in seltdfini()1991 td->td_sel = NULL; in seltdfini()2008 stp = td->td_sel; in seltdclear()
364 MPASS(td->td_sel == NULL); in thread_ctor()428 td->td_sel = NULL; in thread_init()446 MPASS(td->td_sel == NULL); in thread_fini()
244 struct seltd *td_sel; /* Select queue/channel. */ member