Searched refs:sleepq_alloc (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/sys/
H A Dsleepqueue.h62 * Each thread allocates a sleep queue at thread creation via sleepq_alloc()
92 struct sleepqueue *sleepq_alloc(void);
/freebsd-current/sys/kern/
H A Dsubr_sleepqueue.c233 thread0.td_sleepqueue = sleepq_alloc();
240 sleepq_alloc(void) function
H A Dkern_thread.c461 td->td_sleepqueue = sleepq_alloc();
/freebsd-current/share/man/man9/
H A DMakefile2067 sleepqueue.9 sleepq_alloc.9 \

Completed in 182 milliseconds