Home
last modified time | relevance | path

Searched defs:taskq_bucket (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dtaskq_impl.h78 struct taskq_bucket { struct
79 kmutex_t tqbucket_lock;
80 taskq_t *tqbucket_taskq; /* Enclosing taskq */
81 taskq_ent_t tqbucket_freelist;
82 uint_t tqbucket_nalloc; /* # of allocated entries */
83 uint_t tqbucket_nfree; /* # of free entries */
84 kcondvar_t tqbucket_cv;
85 ushort_t tqbucket_flags;
86 hrtime_t tqbucket_totaltime;
87 tqstat_t tqbucket_stat;