Home
last modified time | relevance | path

Searched refs:current_total_size (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/acpi/acpica/
Duttrack.c163 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()
/linux-4.1.27/include/acpi/
Dactypes.h1241 u32 current_total_size; member