Searched refs:cpu_to_bound_node (Results 1 – 1 of 1) sorted by relevance
703 static int __init cpu_to_bound_node(int cpu, struct cpumask* unbound_cpus) in cpu_to_bound_node() function720 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()