Home
last modified time | relevance | path

Searched refs:seltd (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/kern/
H A Dsys_generic.c120 static void selfdfree(struct seltd *, struct selfd *);
136 struct seltd { struct
157 struct seltd *sf_td; /* (k) owning seltd. */ argument
1399 struct seltd *stp; in selrescan()
1662 struct seltd *stp; in pollrescan()
1843 struct seltd *stp; in selfdalloc()
1857 selfdfree(struct seltd *stp, struct selfd *sfp) in selfdfree()
1896 struct seltd *stp; in selrecord()
1961 struct seltd *stp; in doselwakeup()
1995 struct seltd *stp; in seltdinit()
[all …]
/freebsd/sys/sys/
H A Dproc.h247 struct seltd *td_sel; /* Select queue/channel. */