Searched refs:wq_next (Results 1 – 1 of 1) sorted by relevance
41 size_t wq_next; /* Next item to process */ member142 wqp->wq_next = 0; in workq_reset()206 VERIFY(wqp->wq_next < wqp->wq_nitems); in workq_pop()208 out = wqp->wq_items[wqp->wq_next]; in workq_pop()209 wqp->wq_items[wqp->wq_next] = NULL; in workq_pop()210 wqp->wq_next++; in workq_pop()228 wqp->wq_next == wqp->wq_nitems) { in workq_thr_work()273 wqp->wq_next = 0; in workq_work()