Searched refs:tq_active (Results 1 – 5 of 5) sorted by relevance
47 int tq_active; member185 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()
77 int tq_active; member215 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()
1328 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()
114 int tq_active; member
207 tact = tq.tq_active; in taskq()