Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/tests/shell/
Dtest_intel_pt.sh247 if (n != thread_cnt) {
248 print "Expected " thread_cnt " per-thread mmaps - found " n
275 awk -v thread_cnt=4 -f "${awkscript}" "${errfile}" || return 1
/Linux-v6.6/drivers/md/
Draid5.c178 int thread_cnt; in raid5_wakeup_stripe_thread() local
208 thread_cnt = group->stripes_cnt / MAX_STRIPE_BATCH - 1; in raid5_wakeup_stripe_thread()
210 for (i = 1; i < conf->worker_cnt_per_group && thread_cnt > 0; i++) { in raid5_wakeup_stripe_thread()
215 thread_cnt--; in raid5_wakeup_stripe_thread()