Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dpptt.c102 unsigned int local_level, in acpi_pptt_walk_cache() argument
114 local_level++; in acpi_pptt_walk_cache()
116 if (local_level == level && in acpi_pptt_walk_cache()
132 return local_level; in acpi_pptt_walk_cache()
145 unsigned int local_level; in acpi_find_cache_level() local
151 local_level = acpi_pptt_walk_cache(table_hdr, *starting_level, in acpi_find_cache_level()
158 if (number_of_levels < local_level) in acpi_find_cache_level()
159 number_of_levels = local_level; in acpi_find_cache_level()