Searched refs:tq_maxtasks (Results 1 – 3 of 3) sorted by relevance
147 int tq_maxtasks; /* Max number of tasks in the queue */ member
593 kstat_named_t tq_maxtasks; member748 if (tq->tq_tasks - tq->tq_executed > tq->tq_maxtasks) \749 tq->tq_maxtasks = tq->tq_tasks - tq->tq_executed; \2152 tq->tq_maxtasks = 0; in taskq_destroy()2251 tqsp->tq_maxtasks.value.ui64 = tq->tq_maxtasks; in taskq_kstat_update()2275 tqsp->tqd_bmaxtasks.value.ui64 = tq->tq_maxtasks; in taskq_d_kstat_update()
210 maxq = tq.tq_maxtasks; in taskq()