Home
last modified time | relevance | path

Searched refs:tqbucket_nfree (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dtaskq.c1103 ASSERT(b->tqbucket_nfree != 0 || IS_EMPTY(b->tqbucket_freelist)); in taskq_bucket_dispatch()
1104 ASSERT(b->tqbucket_nfree == 0 || !IS_EMPTY(b->tqbucket_freelist)); in taskq_bucket_dispatch()
1110 if ((b->tqbucket_nfree != 0) && in taskq_bucket_dispatch()
1120 b->tqbucket_nfree--; in taskq_bucket_dispatch()
1222 if (b->tqbucket_nfree != 0) { in taskq_dispatch()
1240 if (b->tqbucket_nfree != 0) { in taskq_dispatch()
1754 bucket->tqbucket_nfree++; in taskq_d_thread()
1768 ASSERT(bucket->tqbucket_nfree > 0); in taskq_d_thread()
1790 (bucket->tqbucket_nfree > 0)); in taskq_d_thread()
1796 ASSERT((bucket->tqbucket_nfree > 0) || in taskq_d_thread()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dtaskq_impl.h83 uint_t tqbucket_nfree; /* # of free entries */ member