Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/acpi/utilities/
Dutalloc.c567 struct acpi_debug_mem_block *debug_block; in acpi_ut_free_and_track() local
581 debug_block = ACPI_CAST_PTR (struct acpi_debug_mem_block, in acpi_ut_free_and_track()
585 acpi_gbl_memory_lists[ACPI_MEM_LIST_GLOBAL].current_total_size -= debug_block->size; in acpi_ut_free_and_track()
587 status = acpi_ut_remove_allocation (ACPI_MEM_LIST_GLOBAL, debug_block, in acpi_ut_free_and_track()
594 acpi_os_free (debug_block); in acpi_ut_free_and_track()