Searched refs:IS_EMPTY (Results 1 – 1 of 1) sorted by relevance
712 #define IS_EMPTY(l) (((l).tqent_prev == (l).tqent_next) && \ macro1094 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()