Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsys_generic.c1409 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()
H A Dkern_thread.c404 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()
/freebsd/sys/sys/
H A Dproc.h247 struct seltd *td_sel; /* Select queue/channel. */ member