Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dtaskq.c1228 b->tqbucket_nalloc++; in taskq_bucket_dispatch()
1308 b->tqbucket_nalloc++; in taskq_idlebucket_dispatch()
1612 while (b->tqbucket_nalloc > 0 || in taskq_wait()
2012 bucket->tqbucket_nalloc++; in taskq_d_svc_bucket()
2039 bucket->tqbucket_nalloc++; in taskq_d_svc_bucket()
2053 ASSERT(bucket->tqbucket_nalloc > 0); in taskq_d_svc_bucket()
2060 bucket->tqbucket_nalloc--; in taskq_d_svc_bucket()
2093 ASSERT(bucket->tqbucket_nalloc > 0); in taskq_d_svc_bucket()
2124 ASSERT(bucket->tqbucket_nalloc > 0); in taskq_d_svc_bucket()
2125 bucket->tqbucket_nalloc--; in taskq_d_svc_bucket()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dtaskq_impl.h84 uint_t tqbucket_nalloc; /* # of allocated entries */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtaskq.c238 tact += b[idx].tqbucket_nalloc; in taskq()