Lines Matching refs:results
47 state = walk_state->results; in acpi_ds_result_pop()
74 *object = state->results.obj_desc[index]; in acpi_ds_result_pop()
82 state->results.obj_desc[index] = NULL; in acpi_ds_result_pop()
141 state = walk_state->results; in acpi_ds_result_push()
157 state->results.obj_desc[index] = object; in acpi_ds_result_push()
204 acpi_ut_push_generic_state(&walk_state->results, state); in acpi_ds_result_stack_push()
236 if (walk_state->results == NULL) { in acpi_ds_result_stack_pop()
248 state = acpi_ut_pop_generic_state(&walk_state->results); in acpi_ds_result_stack_pop()
719 while (walk_state->results) { in acpi_ds_delete_walk_state()
720 state = walk_state->results; in acpi_ds_delete_walk_state()
721 walk_state->results = state->common.next; in acpi_ds_delete_walk_state()