Home
last modified time | relevance | path

Searched refs:tqbucket_nalloc (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dtaskq_impl.h82 uint_t tqbucket_nalloc; /* # of allocated entries */ member
/illumos-gate/usr/src/uts/common/os/
H A Dtaskq.c1119 b->tqbucket_nalloc++; in taskq_bucket_dispatch()
1363 while (b->tqbucket_nalloc > 0) in taskq_wait()
1724 ASSERT(bucket->tqbucket_nalloc > 0); in taskq_d_thread()
1753 bucket->tqbucket_nalloc--; in taskq_d_thread()
1793 (bucket->tqbucket_nalloc > 0)); in taskq_d_thread()
2163 ASSERT(b->tqbucket_nalloc == 0); in taskq_destroy()
2372 tqsp->tqd_nalloc.value.ui64 += b->tqbucket_nalloc; in taskq_d_kstat_update()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtaskq.c225 tact += b[idx].tqbucket_nalloc; in taskq()