Home
last modified time | relevance | path

Searched refs:ACPI_RESULTS_FRAME_OBJ_NUM (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/acpi/acpica/
Ddswstate.c105 index = (u32)walk_state->result_count % ACPI_RESULTS_FRAME_OBJ_NUM; in acpi_ds_result_pop()
189 index = (u32)walk_state->result_count % ACPI_RESULTS_FRAME_OBJ_NUM; in acpi_ds_result_push()
224 if (((u32) walk_state->result_size + ACPI_RESULTS_FRAME_OBJ_NUM) > in acpi_ds_result_stack_push()
241 walk_state->result_size += ACPI_RESULTS_FRAME_OBJ_NUM; in acpi_ds_result_stack_push()
276 if (walk_state->result_size < ACPI_RESULTS_FRAME_OBJ_NUM) { in acpi_ds_result_stack_pop()
286 walk_state->result_size -= ACPI_RESULTS_FRAME_OBJ_NUM; in acpi_ds_result_stack_pop()
Daclocal.h594 union acpi_operand_object *obj_desc[ACPI_RESULTS_FRAME_OBJ_NUM];
/linux-3.4.99/include/acpi/
Dacconfig.h180 #define ACPI_RESULTS_FRAME_OBJ_NUM 8 macro