Lines Matching defs:tcnt
199 u8 tcnt;
1051 static int perf_set_tcnt(struct perf_ctx *perf, u8 tcnt)
1053 if (tcnt == 0 || tcnt > MAX_THREADS_CNT)
1059 perf->tcnt = tcnt;
1093 atomic_set(&perf->tsync, perf->tcnt);
1101 if (tidx < perf->tcnt)
1157 perf->tcnt = DEF_THREADS_CNT;
1323 pos = scnprintf(buf, sizeof(buf), "%hhu\n", perf->tcnt);