Searched refs:wq_type (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dwait_queue.h65 /* boolean_t */ wq_type:16, /* only public field */ member in struct:wait_queue
86 #define wqs_type wqs_wait_queue.wq_type
140 ((wq)->wq_type == _WAIT_QUEUE_inited)
146 (((wq)->wq_type & ~1) == _WAIT_QUEUE_inited)
H A Dwait_queue.c107 wq->wq_type = _WAIT_QUEUE_inited;
180 wqset->wqs_wait_queue.wq_type = _WAIT_QUEUE_SET_inited;
298 ((wql)->wql_queue->wq_type == _WAIT_QUEUE_inited) && \
868 if (wq->wq_type == _WAIT_QUEUE_SET_inited) {

Completed in 26 milliseconds