Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dtaskq.c765 #define TQ_STAT(b, x) b->tqbucket_stat.x++
1373 if (bucket->tqbucket_stat.tqs_maxbacklog < in taskq_backlog_enqueue()
1375 bucket->tqbucket_stat.tqs_maxbacklog = in taskq_backlog_enqueue()
3033 nthreads = idleb->tqbucket_stat.tqs_tcreates - in taskq_bucket_extend()
3034 idleb->tqbucket_stat.tqs_tdeaths; in taskq_bucket_extend()
3035 idleb->tqbucket_stat.tqs_maxthreads = MAX(nthreads, in taskq_bucket_extend()
3036 idleb->tqbucket_stat.tqs_maxthreads); in taskq_bucket_extend()
3241 b->tqbucket_stat.tqs_hits; in taskq_d_kstat_update()
3243 b->tqbucket_stat.tqs_misses; in taskq_d_kstat_update()
3246 b->tqbucket_stat.tqs_hits; in taskq_d_kstat_update()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dtaskq_impl.h90 tqstat_t tqbucket_stat; member