Searched refs:last_obj_desc (Results 1 – 1 of 1) sorted by relevance
41 union acpi_operand_object *last_obj_desc; in acpi_ns_attach_object() local138 last_obj_desc = obj_desc; in acpi_ns_attach_object()139 while (last_obj_desc->common.next_object) { in acpi_ns_attach_object()140 last_obj_desc = last_obj_desc->common.next_object; in acpi_ns_attach_object()145 last_obj_desc->common.next_object = node->object; in acpi_ns_attach_object()