Lines Matching refs:min_common_depth
59 static int min_common_depth; variable
240 if (min_common_depth == -1) in associativity_to_nid()
243 if (of_read_number(associativity, 1) >= min_common_depth) in associativity_to_nid()
244 nid = of_read_number(&associativity[min_common_depth], 1); in associativity_to_nid()
503 if (min_common_depth > 0 && min_common_depth <= aa->array_sz && in of_drconf_to_nid_single()
506 index = drmem->aa_index * aa->array_sz + min_common_depth - 1; in of_drconf_to_nid_single()
730 min_common_depth = find_min_common_depth(); in parse_numa_properties()
732 if (min_common_depth < 0) in parse_numa_properties()
733 return min_common_depth; in parse_numa_properties()
735 dbg("NUMA associativity depth for CPU/Memory: %d\n", min_common_depth); in parse_numa_properties()
852 if (min_common_depth == -1 || !numa_enabled) in dump_numa_cpu_topology()
887 if (min_common_depth == -1 || !numa_enabled) in dump_numa_memory_topology()
1136 if (!numa_enabled || (min_common_depth < 0)) in hot_add_scn_to_nid()