Home
last modified time | relevance | path

Searched refs:offline_node (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/sched/
H A Dtopology.c2202 static void init_numa_topology_type(int offline_node) in init_numa_topology_type() argument
2213 for_each_cpu_node_but(a, offline_node) { in init_numa_topology_type()
2214 for_each_cpu_node_but(b, offline_node) { in init_numa_topology_type()
2220 for_each_cpu_node_but(c, offline_node) { in init_numa_topology_type()
2262 static int sched_record_numa_dist(int offline_node, int (*n_dist)(int, int), in sched_record_numa_dist() argument
2279 for_each_cpu_node_but(i, offline_node) { in sched_record_numa_dist()
2280 for_each_cpu_node_but(j, offline_node) { in sched_record_numa_dist()
2311 void sched_init_numa(int offline_node) in sched_init_numa() argument
2320 if (sched_record_numa_dist(offline_node, numa_node_dist, &distances, in sched_init_numa()
2326 if (sched_record_numa_dist(offline_node, arch_sched_node_distance, in sched_init_numa()
[all …]
H A Dsched.h2101 extern void sched_init_numa(int offline_node);
2109 static inline void sched_init_numa(int offline_node) { } in sched_init_numa() argument