Home
last modified time | relevance | path

Searched refs:min_common_depth (Results 1 – 1 of 1) sorted by relevance

/arch/powerpc/mm/
Dnuma.c59 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()
[all …]