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

/linux-master/samples/bpf/
H A Dtest_lru_dist.c218 static int sched_next_online(int pid, int next_to_try) function
245 next_sched_cpu = sched_next_online(0, next_sched_cpu);
256 next_sched_cpu = sched_next_online(pid[i], next_sched_cpu);
343 assert(sched_next_online(0, 0) != -1);
395 assert(sched_next_online(0, 0) != -1);
/linux-master/tools/testing/selftests/bpf/
H A Dtest_lru_map.c121 static int sched_next_online(int pid, int *next_to_try) function
157 assert(sched_next_online(0, &next_cpu) != -1);
254 assert(sched_next_online(0, &next_cpu) != -1);
331 assert(sched_next_online(0, &next_cpu) != -1);
437 assert(sched_next_online(0, &next_cpu) != -1);
496 assert(sched_next_online(0, &next_cpu) != -1);
581 while (sched_next_online(0, &next_cpu) != -1) {
622 assert(sched_next_online(0, &next_cpu) != -1);
685 assert(sched_next_online(0, &next_cpu) != -1);
776 assert(sched_next_online(
[all...]

Completed in 270 milliseconds