Lines Matching defs:sleepqueue
282 struct sleepqueue {
284 SLIST_HEAD(, sleepqueue) sq_freeq;
285 LIST_ENTRY(sleepqueue) sq_hash;
286 SLIST_ENTRY(sleepqueue) sq_flink;
575 struct sleepqueue *sleepqueue;
960 _sleepq_first(struct sleepqueue *sq)
966 struct sleepqueue *_sleepq_alloc(void) __hidden;
967 void _sleepq_free(struct sleepqueue *) __hidden;
970 struct sleepqueue *_sleepq_lookup(void *) __hidden;
972 int _sleepq_remove(struct sleepqueue *, struct pthread *) __hidden;
973 void _sleepq_drop(struct sleepqueue *,