Searched refs:ACPI_RESULTS_FRAME_OBJ_NUM (Results 1 – 4 of 4) sorted by relevance
72 index = (u32)walk_state->result_count % ACPI_RESULTS_FRAME_OBJ_NUM; in acpi_ds_result_pop()156 index = (u32)walk_state->result_count % ACPI_RESULTS_FRAME_OBJ_NUM; in acpi_ds_result_push()191 if (((u32) walk_state->result_size + ACPI_RESULTS_FRAME_OBJ_NUM) > in acpi_ds_result_stack_push()208 walk_state->result_size += ACPI_RESULTS_FRAME_OBJ_NUM; in acpi_ds_result_stack_push()243 if (walk_state->result_size < ACPI_RESULTS_FRAME_OBJ_NUM) { in acpi_ds_result_stack_pop()253 walk_state->result_size -= ACPI_RESULTS_FRAME_OBJ_NUM; in acpi_ds_result_stack_pop()
530 index = (result_count - 1) % ACPI_RESULTS_FRAME_OBJ_NUM; in acpi_db_display_results()539 index = ACPI_RESULTS_FRAME_OBJ_NUM; in acpi_db_display_results()
633 union acpi_operand_object *obj_desc[ACPI_RESULTS_FRAME_OBJ_NUM];
140 #define ACPI_RESULTS_FRAME_OBJ_NUM 8 macro
Completed in 12 milliseconds