Home
last modified time | relevance | path

Searched refs:thread_cnt (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/drivers/md/
H A Draid5.c170 int thread_cnt; in raid5_wakeup_stripe_thread() local
200 thread_cnt = group->stripes_cnt / MAX_STRIPE_BATCH - 1; in raid5_wakeup_stripe_thread()
202 for (i = 1; i < conf->worker_cnt_per_group && thread_cnt > 0; i++) { in raid5_wakeup_stripe_thread()
207 thread_cnt--; in raid5_wakeup_stripe_thread()
/kernel/linux/linux-6.6/drivers/md/
H A Draid5.c178 int thread_cnt; variable
208 thread_cnt = group->stripes_cnt / MAX_STRIPE_BATCH - 1;
210 for (i = 1; i < conf->worker_cnt_per_group && thread_cnt > 0; i++) {
215 thread_cnt--;

Completed in 20 milliseconds