Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_sleepqueue.c125 struct sleepqueue { struct
128 LIST_ENTRY(sleepqueue) sq_hash; /* (c) Chain and free list. */ argument
138 LIST_HEAD(, sleepqueue) sc_queues; /* List of sleep queues. */ argument
/freebsd/lib/libthr/thread/
H A Dthr_private.h282 struct sleepqueue { struct
287 void *sq_wchan;
288 int sq_type;
575 struct sleepqueue *sleepqueue; member