Home
last modified time | relevance | path

Searched refs:next_sched_cpu (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/samples/bpf/
H A Dtest_lru_dist.c241 int next_sched_cpu = 0; in run_parallel() local
248 next_sched_cpu = sched_next_online(0, next_sched_cpu); in run_parallel()
259 next_sched_cpu = sched_next_online(pid[i], next_sched_cpu); in run_parallel()
/kernel/linux/linux-6.6/samples/bpf/
H A Dtest_lru_dist.c238 int next_sched_cpu = 0; in run_parallel() local
245 next_sched_cpu = sched_next_online(0, next_sched_cpu); in run_parallel()
256 next_sched_cpu = sched_next_online(pid[i], next_sched_cpu); in run_parallel()

Completed in 2 milliseconds