Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dtaskq.c1094 ASSERT(b->tqbucket_nfree != 0 || IS_EMPTY(b->tqbucket_freelist)); in taskq_bucket_dispatch()
1095 ASSERT(b->tqbucket_nfree == 0 || !IS_EMPTY(b->tqbucket_freelist)); in taskq_bucket_dispatch()
1101 if ((b->tqbucket_nfree != 0) && in taskq_bucket_dispatch()
1111 b->tqbucket_nfree--; in taskq_bucket_dispatch()
1212 if (b->tqbucket_nfree != 0) { in taskq_dispatch()
1230 if (b->tqbucket_nfree != 0) { in taskq_dispatch()
1721 bucket->tqbucket_nfree++; in taskq_d_thread()
1735 ASSERT(bucket->tqbucket_nfree > 0); in taskq_d_thread()
1757 (bucket->tqbucket_nfree > 0)); in taskq_d_thread()
1763 ASSERT((bucket->tqbucket_nfree > 0) || in taskq_d_thread()
[all …]
/titanic_44/usr/src/uts/common/sys/
H A Dtaskq_impl.h81 uint_t tqbucket_nfree; /* # of free entries */ member