Lines Matching refs:acpi_debug_mem_block
30 static struct acpi_debug_mem_block *acpi_ut_find_allocation(struct
31 acpi_debug_mem_block
35 acpi_ut_track_allocation(struct acpi_debug_mem_block *address,
41 acpi_ut_remove_allocation(struct acpi_debug_mem_block *address,
94 struct acpi_debug_mem_block *allocation; in acpi_ut_allocate_and_track()
157 struct acpi_debug_mem_block *allocation; in acpi_ut_allocate_zeroed_and_track()
220 struct acpi_debug_mem_block *debug_block; in acpi_ut_free_and_track()
231 debug_block = ACPI_CAST_PTR(struct acpi_debug_mem_block, in acpi_ut_free_and_track()
277 static struct acpi_debug_mem_block *acpi_ut_find_allocation(struct in acpi_ut_find_allocation()
278 acpi_debug_mem_block in acpi_ut_find_allocation()
281 struct acpi_debug_mem_block *element; in acpi_ut_find_allocation()
331 acpi_ut_track_allocation(struct acpi_debug_mem_block *allocation, in acpi_ut_track_allocation()
337 struct acpi_debug_mem_block *element; in acpi_ut_track_allocation()
379 ((struct acpi_debug_mem_block *)(mem_list->list_head))-> in acpi_ut_track_allocation()
421 acpi_ut_remove_allocation(struct acpi_debug_mem_block *allocation, in acpi_ut_remove_allocation()
542 struct acpi_debug_mem_block *element; in acpi_ut_dump_allocations()