Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
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
/linux-6.6.21/lib/
Dcpumask.c151 sched_numa_find_nth_cpu(cpu_online_mask, i, node); in cpumask_local_spread()
/linux-6.6.21/kernel/sched/
Dtopology.c2123 int sched_numa_find_nth_cpu(const struct cpumask *cpus, int cpu, int node) in sched_numa_find_nth_cpu() function
2149 EXPORT_SYMBOL_GPL(sched_numa_find_nth_cpu);