Searched refs:current_total_size (Results 1 – 3 of 3) sorted by relevance
127 acpi_gbl_global_list->current_total_size += (u32)size; in acpi_ut_allocate_and_track()129 if (acpi_gbl_global_list->current_total_size > in acpi_ut_allocate_and_track()132 acpi_gbl_global_list->current_total_size; in acpi_ut_allocate_and_track()190 acpi_gbl_global_list->current_total_size += (u32)size; in acpi_ut_allocate_zeroed_and_track()192 if (acpi_gbl_global_list->current_total_size > in acpi_ut_allocate_zeroed_and_track()195 acpi_gbl_global_list->current_total_size; in acpi_ut_allocate_zeroed_and_track()236 acpi_gbl_global_list->current_total_size -= debug_block->size; in acpi_ut_free_and_track()
103 list->max_occupied, list->current_total_size, outstanding, in acpi_db_list_info()
1264 u32 current_total_size; member