Searched refs:min_common_depth (Results 1 – 1 of 1) sorted by relevance
60 static int min_common_depth; variable221 if (min_common_depth == -1) in associativity_to_nid()224 if (of_read_number(associativity, 1) >= min_common_depth) in associativity_to_nid()225 nid = of_read_number(&associativity[min_common_depth], 1); in associativity_to_nid()433 if (min_common_depth > 0 && min_common_depth <= aa.array_sz && in of_drconf_to_nid_single()436 index = lmb->aa_index * aa.array_sz + min_common_depth - 1; in of_drconf_to_nid_single()633 min_common_depth = find_min_common_depth(); in parse_numa_properties()635 if (min_common_depth < 0) in parse_numa_properties()636 return min_common_depth; in parse_numa_properties()638 dbg("NUMA associativity depth for CPU/Memory: %d\n", min_common_depth); in parse_numa_properties()[all …]