Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dtaskq.c721 #define IS_EMPTY(l) (((l).tqent_prev == (l).tqent_next) && \ macro
1103 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()
1755 ASSERT(!IS_EMPTY(bucket->tqbucket_freelist)); in taskq_d_thread()
1797 IS_EMPTY(bucket->tqbucket_freelist)); in taskq_d_thread()
1799 !IS_EMPTY(bucket->tqbucket_freelist)); in taskq_d_thread()