Searched refs:ACPI_RESULTS_FRAME_OBJ_NUM (Results 1 – 4 of 4) sorted by relevance
106 index = (u32)walk_state->result_count % ACPI_RESULTS_FRAME_OBJ_NUM; in acpi_ds_result_pop()190 index = (u32)walk_state->result_count % ACPI_RESULTS_FRAME_OBJ_NUM; in acpi_ds_result_push()225 if (((u32) walk_state->result_size + ACPI_RESULTS_FRAME_OBJ_NUM) > in acpi_ds_result_stack_push()242 walk_state->result_size += ACPI_RESULTS_FRAME_OBJ_NUM; in acpi_ds_result_stack_push()277 if (walk_state->result_size < ACPI_RESULTS_FRAME_OBJ_NUM) { in acpi_ds_result_stack_pop()287 walk_state->result_size -= ACPI_RESULTS_FRAME_OBJ_NUM; in acpi_ds_result_stack_pop()
537 index = (result_count - 1) % ACPI_RESULTS_FRAME_OBJ_NUM; in acpi_db_display_results()546 index = ACPI_RESULTS_FRAME_OBJ_NUM; in acpi_db_display_results()
647 union acpi_operand_object *obj_desc[ACPI_RESULTS_FRAME_OBJ_NUM];
169 #define ACPI_RESULTS_FRAME_OBJ_NUM 8 macro