Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/shell/
H A 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
/openbmc/linux/drivers/md/
H A Draid5.c177 int thread_cnt; in raid5_wakeup_stripe_thread() local
207 thread_cnt = group->stripes_cnt / MAX_STRIPE_BATCH - 1; in raid5_wakeup_stripe_thread()
209 for (i = 1; i < conf->worker_cnt_per_group && thread_cnt > 0; i++) { in raid5_wakeup_stripe_thread()
214 thread_cnt--; in raid5_wakeup_stripe_thread()