Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dtaskq.c712 #define IS_EMPTY(l) (((l).tqent_prev == (l).tqent_next) && \ macro
1094 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()
1722 ASSERT(!IS_EMPTY(bucket->tqbucket_freelist)); in taskq_d_thread()
1764 IS_EMPTY(bucket->tqbucket_freelist)); in taskq_d_thread()
1766 !IS_EMPTY(bucket->tqbucket_freelist)); in taskq_d_thread()