Lines Matching defs:result_obj
156 (void)acpi_ds_do_implicit_return(walk_state->result_obj, walk_state,
289 * result_obj - Result of the operation
303 union acpi_operand_object *result_obj,
309 ACPI_FUNCTION_TRACE_PTR(ds_delete_result_if_not_used, result_obj);
316 if (!result_obj) {
322 /* Must pop the result stack (obj_desc should be equal to result_obj) */
326 acpi_ut_remove_reference(result_obj);
819 walk_state->result_obj = new_obj_desc;
825 walk_state->result_obj = new_obj_desc;
827 status = acpi_ds_result_push(walk_state->result_obj, walk_state);