Searched refs:current_total_size (Results 1 – 2 of 2) 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()
1241 u32 current_total_size; member