Lines Matching refs:leaves
235 unsigned int leaves = 0; in of_count_cache_leaves() local
238 ++leaves; in of_count_cache_leaves()
240 ++leaves; in of_count_cache_leaves()
242 ++leaves; in of_count_cache_leaves()
244 if (!leaves) { in of_count_cache_leaves()
254 return leaves; in of_count_cache_leaves()
262 unsigned int levels = 0, leaves, level; in init_of_cache_level() local
264 leaves = of_count_cache_leaves(np); in init_of_cache_level()
265 if (leaves > 0) in init_of_cache_level()
279 leaves += of_count_cache_leaves(np); in init_of_cache_level()
285 this_cpu_ci->num_leaves = leaves; in init_of_cache_level()