Searched refs:next_to_try (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) argument
222 if (next_to_try == nr_cpus)
225 while (next_to_try < nr_cpus) {
227 CPU_SET(next_to_try++, &cpuset);
232 return next_to_try;
/linux-master/tools/testing/selftests/bpf/
H A Dtest_lru_map.c121 static int sched_next_online(int pid, int *next_to_try) argument
124 int next = *next_to_try;
136 *next_to_try = next;

Completed in 1233 milliseconds