Searched refs:tq_active (Results 1 – 4 of 4) sorted by relevance
82 int tq_active; member222 rv = (tq->tq_task.tqent_next == &tq->tq_task) && (tq->tq_active == 0); in taskq_empty()232 while (tq->tq_task.tqent_next != &tq->tq_task || tq->tq_active != 0) in taskq_wait()253 if (--tq->tq_active == 0) in taskq_thread()256 tq->tq_active++; in taskq_thread()325 tq->tq_active = nthreads; in taskq_create_proc()
1338 rv = (tq->tq_task.tqent_next == &tq->tq_task) && (tq->tq_active == 0); in taskq_empty()1354 while (tq->tq_task.tqent_next != &tq->tq_task || tq->tq_active != 0) in taskq_wait()1467 tq->tq_active++; in taskq_thread_create()1620 if (--tq->tq_active == 0) in taskq_thread()1624 tq->tq_active++; in taskq_thread()1673 ASSERT(tq->tq_active > 0); in taskq_thread()1674 tq->tq_active--; in taskq_thread()1982 tq->tq_active = 0; in taskq_create_common()2126 (tq->tq_active == 0)); in taskq_destroy()2319 tqsp->tq_nactive.value.ui64 = tq->tq_active; in taskq_kstat_update()[all …]
116 int tq_active; member
207 tact = tq.tq_active; in taskq()