Searched refs:sched_numa_find_nth_cpu (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dtopology.h249 int sched_numa_find_nth_cpu(const struct cpumask *cpus, int cpu, int node);
252 static __always_inline int sched_numa_find_nth_cpu(const struct cpumask *cpus, int cpu, int node) function
/linux-master/lib/
H A Dcpumask.c150 cpu = sched_numa_find_nth_cpu(cpu_online_mask, i, node);
/linux-master/kernel/sched/
H A Dtopology.c2134 * sched_numa_find_nth_cpu() - given the NUMA topology, find the Nth closest CPU
2143 int sched_numa_find_nth_cpu(const struct cpumask *cpus, int cpu, int node) function
2172 EXPORT_SYMBOL_GPL(sched_numa_find_nth_cpu); variable

Completed in 103 milliseconds