Lines Matching full:leaves
305 unsigned int leaves = 0; in of_count_cache_leaves() local
308 ++leaves; in of_count_cache_leaves()
310 ++leaves; in of_count_cache_leaves()
312 ++leaves; in of_count_cache_leaves()
314 if (!leaves) { in of_count_cache_leaves()
324 return leaves; in of_count_cache_leaves()
331 unsigned int levels = 0, leaves, level; in init_of_cache_level() local
337 leaves = of_count_cache_leaves(np); in init_of_cache_level()
338 if (leaves > 0) in init_of_cache_level()
354 leaves += of_count_cache_leaves(np); in init_of_cache_level()
359 this_cpu_ci->num_leaves = leaves; in init_of_cache_level()
426 * Comparing cache IDs only makes sense if the leaves in cache_shared_cpu_map_setup()
467 * Comparing cache IDs only makes sense if the leaves in cache_shared_cpu_map_remove()
605 * If LLC is valid the cache leaves were already populated so just go to in detect_cache_attributes()
610 * populate_cache_leaves() may completely setup the cache leaves and in detect_cache_attributes()