Searched refs:min_common_depth (Results 1 – 1 of 1) sorted by relevance
54 static int min_common_depth; variable235 if (of_read_number(associativity, 1) >= min_common_depth) in associativity_to_nid()236 nid = of_read_number(&associativity[min_common_depth], 1); in associativity_to_nid()440 if ((min_common_depth < 0) || !numa_enabled) in of_drconf_to_nid_single()447 if (min_common_depth <= aa.array_sz && in of_drconf_to_nid_single()449 index = lmb->aa_index * aa.array_sz + min_common_depth - 1; in of_drconf_to_nid_single()711 min_common_depth = find_min_common_depth(); in parse_numa_properties()713 if (min_common_depth < 0) { in parse_numa_properties()719 return min_common_depth; in parse_numa_properties()722 dbg("NUMA associativity depth for CPU/Memory: %d\n", min_common_depth); in parse_numa_properties()[all …]