Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsys_generic.c1327 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()
H A Dkern_thread.c366 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()
/f-stack/freebsd/sys/
H A Dproc.h242 struct seltd *td_sel; /* Select queue/channel. */ member