Searched refs:min_common_depth (Results 1 – 1 of 1) sorted by relevance
54 static int min_common_depth; variable234 if (of_read_number(associativity, 1) >= min_common_depth) in associativity_to_nid()235 nid = of_read_number(&associativity[min_common_depth], 1); in associativity_to_nid()439 if ((min_common_depth < 0) || !numa_enabled) in of_drconf_to_nid_single()446 if (min_common_depth <= aa.array_sz && in of_drconf_to_nid_single()448 index = lmb->aa_index * aa.array_sz + min_common_depth - 1; in of_drconf_to_nid_single()645 min_common_depth = find_min_common_depth(); in parse_numa_properties()647 if (min_common_depth < 0) { in parse_numa_properties()653 return min_common_depth; in parse_numa_properties()656 dbg("NUMA associativity depth for CPU/Memory: %d\n", min_common_depth); in parse_numa_properties()[all …]