Searched refs:q_queue_pending (Results 1 – 1 of 1) sorted by relevance
54 struct workqhead q_queue_pending; member179 while (SIMPLEQ_EMPTY(&q->q_queue_pending)) in workqueue_worker()181 SIMPLEQ_CONCAT(&tmp, &q->q_queue_pending); in workqueue_worker()182 SIMPLEQ_INIT(&q->q_queue_pending); in workqueue_worker()231 SIMPLEQ_INIT(&q->q_queue_pending); in workqueue_initqueue()267 KASSERT(SIMPLEQ_EMPTY(&q->q_queue_pending)); in workqueue_exit()283 KASSERT(SIMPLEQ_EMPTY(&q->q_queue_pending)); in workqueue_finiqueue()286 SIMPLEQ_INSERT_TAIL(&q->q_queue_pending, &wqe.wqe_wk, wk_entry); in workqueue_finiqueue()374 SIMPLEQ_FOREACH(wk, &q->q_queue_pending, wk_entry) { in workqueue_q_wait()459 SIMPLEQ_FOREACH(_wk, &q->q_queue_pending, wk_entry) { in workqueue_check_duplication()[all …]