Searched refs:tq_maxtasks (Results 1 – 3 of 3) sorted by relevance
150 int tq_maxtasks; /* Max number of tasks in the queue */ member
600 kstat_named_t tq_maxtasks; member757 if (tq->tq_tasks - tq->tq_executed > tq->tq_maxtasks) \758 tq->tq_maxtasks = tq->tq_tasks - tq->tq_executed; \2199 tq->tq_maxtasks = 0; in taskq_destroy()2317 tqsp->tq_maxtasks.value.ui64 = tq->tq_maxtasks; in taskq_kstat_update()2342 tqsp->tqd_bmaxtasks.value.ui64 = tq->tq_maxtasks; in taskq_d_kstat_update()
210 maxq = tq.tq_maxtasks; in taskq()