Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dtaskq.c676 #define TQ_STAT(b, x) b->tqbucket_stat.x++ macro
678 #define TQ_STAT(b, x) macro
1123 TQ_STAT(b, tqs_hits); in taskq_bucket_dispatch()
1129 TQ_STAT(b, tqs_misses); in taskq_bucket_dispatch()
1226 TQ_STAT(b, tqs_misses); in taskq_dispatch()
1243 TQ_STAT(b, tqs_misses); in taskq_dispatch()
1266 TQ_STAT(bucket, tqs_disptcreates); in taskq_dispatch()
1823 TQ_STAT(bucket, tqs_tdeaths); in taskq_d_thread()
2277 TQ_STAT(b, tqs_tcreates); in taskq_bucket_extend()