debug_block
dbg.descr.buf_addr = bus_addr + offsetof(struct debug_block, pkt);
static __iomem struct debug_block dbg __attribute__((aligned(32)));
struct acpi_debug_mem_block *debug_block;
debug_block = ACPI_CAST_PTR(struct acpi_debug_mem_block,
acpi_gbl_global_list->current_total_size -= debug_block->size;
acpi_ut_remove_allocation(debug_block, component, module, line);
acpi_os_free(debug_block);
allocation, debug_block));