Searched refs:local_level (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | pptt.c | 83 * @local_level: passed res reflects this cache level 103 unsigned int local_level, in acpi_pptt_walk_cache() 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() 102 acpi_pptt_walk_cache(struct acpi_table_header *table_hdr, unsigned int local_level, unsigned int *split_levels, struct acpi_subtable_header *res, struct acpi_pptt_cache **found, unsigned int level, int type) acpi_pptt_walk_cache() argument [all...] |
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | pptt.c | 83 * @local_level: passed res reflects this cache level 102 unsigned int local_level, in acpi_pptt_walk_cache() 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() 101 acpi_pptt_walk_cache(struct acpi_table_header *table_hdr, unsigned int local_level, struct acpi_subtable_header *res, struct acpi_pptt_cache **found, unsigned int level, int type) acpi_pptt_walk_cache() argument
|
Completed in 2 milliseconds