HomeSort by: relevance | last modified time | path
    Searched defs:q_queue_pending (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
subr_workqueue.c 54 struct workqhead q_queue_pending; member in struct:workqueue_queue
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)
    [all...]

Completed in 11 milliseconds