Searched refs:waitq_type (Results 1 – 4 of 4) sorted by relevance
101 enum waitq_type { enum231 ((wq)->waitq_type == WQT_QUEUE)234 ((wq)->waitq_type == WQT_TSPROXY)240 ((wq)->waitq_type == WQT_SET && ((struct waitq_set *)(wq))->wqset_id != 0)243 (((wqs)->wqset_q.waitq_type == WQT_SET) && ((wqs)->wqset_id != 0))
3038 waitq->waitq_type = WQT_TSPROXY; in waitq_init()3040 waitq->waitq_type = WQT_QUEUE; in waitq_init()3103 assert(waitq->waitq_type == WQT_INVALID); in waitq_deinit()3150 wqset->wqset_q.waitq_type = WQT_SET; in waitq_set_init()3493 panic("Invalid waitq type: %p:%d", waitq, waitq->waitq_type); in __waitq_link_arguments_panic()
1028 waitq->waitq_type); in ipc_mqueue_receive_on_thread()
14 return wq_types[int(waitq.waitq_type)]