Lines Matching refs:results
80 state = walk_state->results; in acpi_ds_result_pop()
107 *object = state->results.obj_desc[index]; in acpi_ds_result_pop()
115 state->results.obj_desc[index] = NULL; in acpi_ds_result_pop()
174 state = walk_state->results; in acpi_ds_result_push()
190 state->results.obj_desc[index] = object; in acpi_ds_result_push()
237 acpi_ut_push_generic_state(&walk_state->results, state); in acpi_ds_result_stack_push()
269 if (walk_state->results == NULL) { in acpi_ds_result_stack_pop()
281 state = acpi_ut_pop_generic_state(&walk_state->results); in acpi_ds_result_stack_pop()
744 while (walk_state->results) { in acpi_ds_delete_walk_state()
745 state = walk_state->results; in acpi_ds_delete_walk_state()
746 walk_state->results = state->common.next; in acpi_ds_delete_walk_state()