Home
last modified time | relevance | path

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

/titanic_41/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()
1103 tqe = b->tqbucket_freelist.tqent_prev; in taskq_bucket_dispatch()
1105 ASSERT(tqe != &b->tqbucket_freelist); in taskq_bucket_dispatch()
1719 TQ_APPEND(bucket->tqbucket_freelist, tqe); in taskq_d_thread()
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()
1986 bucket->tqbucket_freelist.tqent_next = in taskq_create_common()
1987 bucket->tqbucket_freelist.tqent_prev = in taskq_create_common()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dtaskq_impl.h79 taskq_ent_t tqbucket_freelist; member