Home
last modified time | relevance | path

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

/openbmc/linux/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) in sched_numa_find_nth_cpu() function
/openbmc/linux/lib/
H A Dcpumask.c149 cpu = sched_numa_find_nth_cpu(cpu_online_mask, i, node); in cpumask_local_spread()
/openbmc/linux/kernel/sched/
H A Dtopology.c2123 int sched_numa_find_nth_cpu(const struct cpumask *cpus, int cpu, int node) in sched_numa_find_nth_cpu() function
2152 EXPORT_SYMBOL_GPL(sched_numa_find_nth_cpu);