Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libzpool/common/
H A Dtaskq.c47 int tq_active; member
185 while (tq->tq_task.tqent_next != &tq->tq_task || tq->tq_active != 0) in taskq_wait()
200 if (--tq->tq_active == 0) in taskq_thread()
203 tq->tq_active++; in taskq_thread()
255 tq->tq_active = nthreads; in taskq_create()
/titanic_50/usr/src/lib/libfakekernel/common/
H A Dtaskq.c77 int tq_active; member
215 while (tq->tq_task.tqent_next != &tq->tq_task || tq->tq_active != 0) in taskq_wait()
230 if (--tq->tq_active == 0) in taskq_thread()
233 tq->tq_active++; in taskq_thread()
293 tq->tq_active = nthreads; in taskq_create_proc()
/titanic_50/usr/src/uts/common/os/
H A Dtaskq.c1328 while (tq->tq_task.tqent_next != &tq->tq_task || tq->tq_active != 0) in taskq_wait()
1435 tq->tq_active++; in taskq_thread_create()
1587 if (--tq->tq_active == 0) in taskq_thread()
1591 tq->tq_active++; in taskq_thread()
1640 ASSERT(tq->tq_active > 0); in taskq_thread()
1641 tq->tq_active--; in taskq_thread()
1935 tq->tq_active = 0; in taskq_create_common()
2079 (tq->tq_active == 0)); in taskq_destroy()
2253 tqsp->tq_nactive.value.ui64 = tq->tq_active; in taskq_kstat_update()
2277 tqsp->tqd_bnactive.value.ui64 = tq->tq_active; in taskq_d_kstat_update()
/titanic_50/usr/src/uts/common/sys/
H A Dtaskq_impl.h114 int tq_active; member
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dtaskq.c207 tact = tq.tq_active; in taskq()