Lines Matching refs:results
81 state = walk_state->results; in acpi_ds_result_pop()
108 *object = state->results.obj_desc[index]; in acpi_ds_result_pop()
116 state->results.obj_desc[index] = NULL; in acpi_ds_result_pop()
175 state = walk_state->results; in acpi_ds_result_push()
191 state->results.obj_desc[index] = object; in acpi_ds_result_push()
238 acpi_ut_push_generic_state(&walk_state->results, state); in acpi_ds_result_stack_push()
270 if (walk_state->results == NULL) { in acpi_ds_result_stack_pop()
282 state = acpi_ut_pop_generic_state(&walk_state->results); in acpi_ds_result_stack_pop()
748 while (walk_state->results) { in acpi_ds_delete_walk_state()
749 state = walk_state->results; in acpi_ds_delete_walk_state()
750 walk_state->results = state->common.next; in acpi_ds_delete_walk_state()