Searched refs:tq_active (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libzpool/common/
H A Dtaskq.c47 int tq_active; member in struct:taskq
185 while (tq->tq_task.tqent_next != &tq->tq_task || tq->tq_active != 0)
200 if (--tq->tq_active == 0)
203 tq->tq_active++;
255 tq->tq_active = nthreads;
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtaskq.c207 tact = tq.tq_active;
/illumos-gate/usr/src/uts/common/sys/
H A Dtaskq_impl.h114 int tq_active; member in struct:taskq
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dtaskq.c77 int tq_active; member in struct:taskq
215 while (tq->tq_task.tqent_next != &tq->tq_task || tq->tq_active != 0)
230 if (--tq->tq_active == 0)
233 tq->tq_active++;
293 tq->tq_active = nthreads;
/illumos-gate/usr/src/uts/common/os/
H A Dtaskq.c307 * * tq_active - The number of threads not waiting on a CV in
320 * During creation, tq_nthreads and tq_active are set to 0, and
323 * create the first thread. taskq_thread_create() increments tq_active,
1328 while (tq->tq_task.tqent_next != &tq->tq_task || tq->tq_active != 0)
1435 tq->tq_active++;
1587 if (--tq->tq_active == 0)
1591 tq->tq_active++;
1640 ASSERT(tq->tq_active > 0);
1641 tq->tq_active--;
1935 tq->tq_active
[all...]

Completed in 104 milliseconds