Lines Matching refs:results
47 state = walk_state->results;
52 ACPI_ERROR((AE_INFO, "No results on result stack"));
74 *object = state->results.obj_desc[index];
82 state->results.obj_desc[index] = NULL;
141 state = walk_state->results;
157 state->results.obj_desc[index] = object;
204 acpi_ut_push_generic_state(&walk_state->results, state);
236 if (walk_state->results == NULL) {
248 state = acpi_ut_pop_generic_state(&walk_state->results);
719 while (walk_state->results) {
720 state = walk_state->results;
721 walk_state->results = state->common.next;