Home | History | Annotate | Download | only in kern

Lines Matching defs:q_queue_pending

54 	struct workqhead q_queue_pending;
179 while (SIMPLEQ_EMPTY(&q->q_queue_pending))
181 SIMPLEQ_CONCAT(&tmp, &q->q_queue_pending);
182 SIMPLEQ_INIT(&q->q_queue_pending);
231 SIMPLEQ_INIT(&q->q_queue_pending);
267 KASSERT(SIMPLEQ_EMPTY(&q->q_queue_pending));
283 KASSERT(SIMPLEQ_EMPTY(&q->q_queue_pending));
286 SIMPLEQ_INSERT_TAIL(&q->q_queue_pending, &wqe.wqe_wk, wk_entry);
374 SIMPLEQ_FOREACH(wk, &q->q_queue_pending, wk_entry) {
459 SIMPLEQ_FOREACH(_wk, &q->q_queue_pending, wk_entry) {
481 SIMPLEQ_INSERT_TAIL(&q->q_queue_pending, wk, wk_entry);