Searched refs:tqbucket_nalloc (Results 1 – 3 of 3) sorted by relevance
80 uint_t tqbucket_nalloc; /* # of allocated entries */ member
1110 b->tqbucket_nalloc++; in taskq_bucket_dispatch()1337 while (b->tqbucket_nalloc > 0) in taskq_wait()1691 ASSERT(bucket->tqbucket_nalloc > 0); in taskq_d_thread()1720 bucket->tqbucket_nalloc--; in taskq_d_thread()1760 (bucket->tqbucket_nalloc > 0)); in taskq_d_thread()2116 ASSERT(b->tqbucket_nalloc == 0); in taskq_destroy()2305 tqsp->tqd_nalloc.value.ui64 += b->tqbucket_nalloc; in taskq_d_kstat_update()
225 tact += b[idx].tqbucket_nalloc; in taskq()