Lines Matching full:leaves
255 unsigned int leaves = 0; in of_count_cache_leaves() local
258 ++leaves; in of_count_cache_leaves()
260 ++leaves; in of_count_cache_leaves()
262 ++leaves; in of_count_cache_leaves()
264 if (!leaves) { in of_count_cache_leaves()
274 return leaves; in of_count_cache_leaves()
281 unsigned int levels = 0, leaves, level; in init_of_cache_level() local
287 leaves = of_count_cache_leaves(np); in init_of_cache_level()
288 if (leaves > 0) in init_of_cache_level()
304 leaves += of_count_cache_leaves(np); in init_of_cache_level()
309 this_cpu_ci->num_leaves = leaves; in init_of_cache_level()
378 * Comparing cache IDs only makes sense if the leaves in cache_shared_cpu_map_setup()
422 * Comparing cache IDs only makes sense if the leaves in cache_shared_cpu_map_remove()
558 * If LLC is valid the cache leaves were already populated so just go to in detect_cache_attributes()
563 * populate_cache_leaves() may completely setup the cache leaves and in detect_cache_attributes()