Lines Matching full:leaves
265 unsigned int leaves = 0; in of_count_cache_leaves() local
268 ++leaves; in of_count_cache_leaves()
270 ++leaves; in of_count_cache_leaves()
272 ++leaves; in of_count_cache_leaves()
274 if (!leaves) { in of_count_cache_leaves()
284 return leaves; in of_count_cache_leaves()
292 unsigned int levels = 0, leaves, level; in init_of_cache_level() local
299 leaves = of_count_cache_leaves(np); in init_of_cache_level()
300 if (leaves > 0) in init_of_cache_level()
314 leaves += of_count_cache_leaves(np); in init_of_cache_level()
320 this_cpu_ci->num_leaves = leaves; in init_of_cache_level()
393 * Comparing cache IDs only makes sense if the leaves in cache_shared_cpu_map_setup()
437 * Comparing cache IDs only makes sense if the leaves in cache_shared_cpu_map_remove()
573 * If LLC is valid the cache leaves were already populated so just go to in detect_cache_attributes()
578 * populate_cache_leaves() may completely setup the cache leaves and in detect_cache_attributes()