Home
last modified time | relevance | path

Searched refs:wq_working (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/mergeq/
H A Dworkq.c46 boolean_t wq_working; /* Are we actively using it? */ member
67 VERIFY(wqp->wq_working != B_TRUE); in workq_fini()
138 VERIFY(wqp->wq_working == B_FALSE); in workq_reset()
156 VERIFY(wqp->wq_working == B_FALSE); in workq_grow()
178 if (wqp->wq_working == B_TRUE) { in workq_add()
221 VERIFY(wqp->wq_working == B_TRUE); in workq_thr_work()
260 if (wqp->wq_working == B_TRUE) { in workq_work()
274 wqp->wq_working = B_TRUE; in workq_work()
294 wqp->wq_working = B_FALSE; in workq_work()