Searched refs:next_to_try (Results 1 – 2 of 2) sorted by relevance
223 static int sched_next_online(int pid, int next_to_try) in sched_next_online() argument227 if (next_to_try == nr_cpus) in sched_next_online()230 while (next_to_try < nr_cpus) { in sched_next_online()232 CPU_SET(next_to_try++, &cpuset); in sched_next_online()237 return next_to_try; in sched_next_online()
121 static int sched_next_online(int pid, int *next_to_try) in sched_next_online() argument124 int next = *next_to_try; in sched_next_online()136 *next_to_try = next; in sched_next_online()