Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dtaskq_impl.h80 uint_t tqbucket_nalloc; /* # of allocated entries */ member
/titanic_50/usr/src/uts/common/os/
H A Dtaskq.c1110 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()
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dtaskq.c225 tact += b[idx].tqbucket_nalloc; in taskq()