Home
last modified time | relevance | path

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

/linux-6.14.4/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.14.4/lib/
Dcpumask.c147 cpu = sched_numa_find_nth_cpu(cpu_online_mask, i, node); in cpumask_local_spread()
/linux-6.14.4/kernel/sched/
Dtopology.c2163 int sched_numa_find_nth_cpu(const struct cpumask *cpus, int cpu, int node) in sched_numa_find_nth_cpu() function
2192 EXPORT_SYMBOL_GPL(sched_numa_find_nth_cpu);