Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/sched_ext/
H A Dcyclic_kick_wait.c105 int test_cpus[NR_TEST_CPUS]; in run() local
117 test_cpus[nr_cpus++] = i; in run()
125 skel->rodata->test_cpu_a = test_cpus[0]; in run()
126 skel->rodata->test_cpu_b = test_cpus[1]; in run()
127 skel->rodata->test_cpu_c = test_cpus[2]; in run()
141 workers[i].cpu = test_cpus[i / WORKERS_PER_CPU]; in run()