Searched refs:sched_numa_find_closest (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | isolation.c | 29 cpu = sched_numa_find_closest(housekeeping_mask, smp_processor_id()); in housekeeping_any_cpu()
|
H A D | sched.h | 1490 extern int sched_numa_find_closest(const struct cpumask *cpus, int cpu); 1495 static inline int sched_numa_find_closest(const struct cpumask *cpus, int cpu) in sched_numa_find_closest() function
|
H A D | topology.c | 1799 * sched_numa_find_closest() - given the NUMA topology, find the cpu 1806 int sched_numa_find_closest(const struct cpumask *cpus, int cpu) in sched_numa_find_closest() function
|
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | isolation.c | 45 cpu = sched_numa_find_closest(housekeeping.cpumasks[type], smp_processor_id()); in housekeeping_any_cpu()
|
H A D | sched.h | 1892 extern int sched_numa_find_closest(const struct cpumask *cpus, int cpu); 1898 static inline int sched_numa_find_closest(const struct cpumask *cpus, int cpu) in sched_numa_find_closest() function
|
H A D | topology.c | 2067 * sched_numa_find_closest() - given the NUMA topology, find the cpu 2074 int sched_numa_find_closest(const struct cpumask *cpus, int cpu) in sched_numa_find_closest() function
|
Completed in 17 milliseconds