Home
last modified time | relevance | path

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

/linux/drivers/acpi/
H A Dpptt.c103 unsigned int local_level, in acpi_pptt_walk_cache() argument
116 local_level++; in acpi_pptt_walk_cache()
126 *split_levels = local_level; in acpi_pptt_walk_cache()
128 if (local_level == level && in acpi_pptt_walk_cache()
143 return local_level; in acpi_pptt_walk_cache()
156 unsigned int local_level; in acpi_find_cache_level() local
162 local_level = acpi_pptt_walk_cache(table_hdr, *starting_level, in acpi_find_cache_level()
170 if (number_of_levels < local_level) in acpi_find_cache_level()
171 number_of_levels = local_level; in acpi_find_cache_level()