Lines Matching refs:acpi_debug_mem_block
64 static struct acpi_debug_mem_block *acpi_ut_find_allocation(struct
65 acpi_debug_mem_block
69 acpi_ut_track_allocation(struct acpi_debug_mem_block *address,
75 acpi_ut_remove_allocation(struct acpi_debug_mem_block *address,
130 struct acpi_debug_mem_block *allocation; in acpi_ut_allocate_and_track()
192 struct acpi_debug_mem_block *allocation; in acpi_ut_allocate_zeroed_and_track()
254 struct acpi_debug_mem_block *debug_block; in acpi_ut_free_and_track()
265 debug_block = ACPI_CAST_PTR(struct acpi_debug_mem_block, in acpi_ut_free_and_track()
311 static struct acpi_debug_mem_block *acpi_ut_find_allocation(struct in acpi_ut_find_allocation()
312 acpi_debug_mem_block in acpi_ut_find_allocation()
315 struct acpi_debug_mem_block *element; in acpi_ut_find_allocation()
365 acpi_ut_track_allocation(struct acpi_debug_mem_block *allocation, in acpi_ut_track_allocation()
371 struct acpi_debug_mem_block *element; in acpi_ut_track_allocation()
413 ((struct acpi_debug_mem_block *)(mem_list->list_head))-> in acpi_ut_track_allocation()
455 acpi_ut_remove_allocation(struct acpi_debug_mem_block *allocation, in acpi_ut_remove_allocation()
576 struct acpi_debug_mem_block *element; in acpi_ut_dump_allocations()