Home
last modified time | relevance | path

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

/linux/drivers/acpi/
H A Dpptt.c134 unsigned int local_level, in acpi_pptt_walk_cache() argument
147 local_level++; in acpi_pptt_walk_cache()
157 *split_levels = local_level; in acpi_pptt_walk_cache()
159 if (local_level == level && in acpi_pptt_walk_cache()
174 return local_level; in acpi_pptt_walk_cache()
187 unsigned int local_level; in acpi_find_cache_level() local
193 local_level = acpi_pptt_walk_cache(table_hdr, *starting_level, in acpi_find_cache_level()
201 if (number_of_levels < local_level) in acpi_find_cache_level()
202 number_of_levels = local_level; in acpi_find_cache_level()