Home
last modified time | relevance | path

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

/arch/tile/kernel/
Dsetup.c703 static int __init cpu_to_bound_node(int cpu, struct cpumask* unbound_cpus) in cpu_to_bound_node() argument
705 if (!cpu_possible(cpu) || cpumask_test_cpu(cpu, unbound_cpus)) in cpu_to_bound_node()
713 struct cpumask *unbound_cpus) in node_neighbors() argument
720 if (x > 0 && cpu_to_bound_node(cpu-1, unbound_cpus) == node) in node_neighbors()
722 if (x < w-1 && cpu_to_bound_node(cpu+1, unbound_cpus) == node) in node_neighbors()
724 if (y > 0 && cpu_to_bound_node(cpu-w, unbound_cpus) == node) in node_neighbors()
726 if (y < h-1 && cpu_to_bound_node(cpu+w, unbound_cpus) == node) in node_neighbors()
737 struct cpumask unbound_cpus; in setup_numa_mapping() local
740 cpumask_clear(&unbound_cpus); in setup_numa_mapping()
768 cpumask_set_cpu(cpu, &unbound_cpus); in setup_numa_mapping()
[all …]