Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/kern/
HDsys_generic.c1341 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()
HDkern_thread.c364 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()
/freebsd-13-stable/sys/sys/
HDproc.h244 struct seltd *td_sel; /* Select queue/channel. */ member