Searched refs:acpi_db_get_cache_info (Results 1 – 3 of 3) sorted by relevance
241 u32 acpi_db_get_cache_info(struct acpi_memory_list *cache) in acpi_db_get_cache_info() function269 outstanding += acpi_db_get_cache_info(acpi_gbl_state_cache); in acpi_db_get_outstanding_allocations()270 outstanding += acpi_db_get_cache_info(acpi_gbl_ps_node_cache); in acpi_db_get_outstanding_allocations()271 outstanding += acpi_db_get_cache_info(acpi_gbl_ps_node_ext_cache); in acpi_db_get_outstanding_allocations()272 outstanding += acpi_db_get_cache_info(acpi_gbl_operand_cache); in acpi_db_get_outstanding_allocations()
209 u32 acpi_db_get_cache_info(struct acpi_memory_list *cache);
90 outstanding = acpi_db_get_cache_info(list); in acpi_db_list_info()