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