Searched refs:ACPI_RESULTS_FRAME_OBJ_NUM (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/acpi/acpica/
H A Ddswstate.c106 index = (u32)walk_state->result_count % ACPI_RESULTS_FRAME_OBJ_NUM; acpi_ds_result_pop()
190 index = (u32)walk_state->result_count % ACPI_RESULTS_FRAME_OBJ_NUM; acpi_ds_result_push()
225 if (((u32) walk_state->result_size + ACPI_RESULTS_FRAME_OBJ_NUM) > acpi_ds_result_stack_push()
242 walk_state->result_size += ACPI_RESULTS_FRAME_OBJ_NUM; acpi_ds_result_stack_push()
277 if (walk_state->result_size < ACPI_RESULTS_FRAME_OBJ_NUM) { acpi_ds_result_stack_pop()
287 walk_state->result_size -= ACPI_RESULTS_FRAME_OBJ_NUM; acpi_ds_result_stack_pop()
H A Ddbdisply.c537 index = (result_count - 1) % ACPI_RESULTS_FRAME_OBJ_NUM; acpi_db_display_results()
546 index = ACPI_RESULTS_FRAME_OBJ_NUM; acpi_db_display_results()
H A Daclocal.h647 union acpi_operand_object *obj_desc[ACPI_RESULTS_FRAME_OBJ_NUM];
/linux-4.4.14/include/acpi/
H A Dacconfig.h169 #define ACPI_RESULTS_FRAME_OBJ_NUM 8 macro

Completed in 115 milliseconds