Searched refs:current_total_size (Results 1 – 3 of 3) sorted by relevance
163 acpi_gbl_global_list->current_total_size += (u32)size; in acpi_ut_allocate_and_track()164 if (acpi_gbl_global_list->current_total_size > in acpi_ut_allocate_and_track()167 acpi_gbl_global_list->current_total_size; in acpi_ut_allocate_and_track()225 acpi_gbl_global_list->current_total_size += (u32)size; in acpi_ut_allocate_zeroed_and_track()226 if (acpi_gbl_global_list->current_total_size > in acpi_ut_allocate_zeroed_and_track()229 acpi_gbl_global_list->current_total_size; in acpi_ut_allocate_zeroed_and_track()270 acpi_gbl_global_list->current_total_size -= debug_block->size; in acpi_ut_free_and_track()
139 list->max_occupied, list->current_total_size, outstanding, in acpi_db_list_info()
1246 u32 current_total_size; member