Searched defs:taskq_bucket (Results 1 – 1 of 1) sorted by relevance
78 struct taskq_bucket { struct79 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;