Searched refs:TQ_STAT (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/os/ |
H A D | taskq.c | 667 #define TQ_STAT(b, x) b->tqbucket_stat.x++ macro 669 #define TQ_STAT(b, x) macro 1114 TQ_STAT(b, tqs_hits); in taskq_bucket_dispatch() 1120 TQ_STAT(b, tqs_misses); in taskq_bucket_dispatch() 1216 TQ_STAT(b, tqs_misses); in taskq_dispatch() 1233 TQ_STAT(b, tqs_misses); in taskq_dispatch() 1256 TQ_STAT(bucket, tqs_disptcreates); in taskq_dispatch() 1273 TQ_STAT(bucket, tqs_nomem); in taskq_dispatch() 1285 TQ_STAT(bucket, tqs_nomem); in taskq_dispatch() 1784 TQ_STAT(bucket, tqs_tdeaths); in taskq_d_thread() [all …]
|