Home
last modified time | relevance | path

Searched defs:sleepqueue (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/sys/kern/
H A Dsubr_sleepqueue.c127 struct sleepqueue { struct
130 LIST_ENTRY(sleepqueue) sq_hash; /* (c) Chain and free list. */ argument
140 LIST_HEAD(, sleepqueue) sc_queues; /* List of sleep queues. */ argument
/freebsd-13.1/lib/libthr/thread/
H A Dthr_private.h287 struct sleepqueue { struct
292 void *sq_wchan;
293 int sq_type;
576 struct sleepqueue *sleepqueue; member