Searched refs:next_op (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/dispatcher/
H A Ddsopcode.c617 union acpi_parse_object *next_op; local
627 /* next_op points to the op that holds the Buffer */
629 next_op = op->common.value.arg;
633 status = acpi_ds_create_operands(walk_state, next_op);
708 union acpi_parse_object *next_op; local
718 /* next_op points to the op that holds the space_iD */
720 next_op = op->common.value.arg;
722 /* next_op points to address op */
724 next_op = next_op
[all...]
H A Ddswexec.c357 union acpi_parse_object *next_op; local
532 /* next_op points to the op that holds the method name */
534 next_op = first_arg;
536 /* next_op points to first argument op */
538 next_op = next_op->common.next;
543 status = acpi_ds_create_operands(walk_state, next_op);
H A Ddswstate.c716 /* The next_op of the next_walk will be the beginning of the method */
718 walk_state->next_op = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/acpi/
H A Dacstruct.h81 u8 next_op_info; /* Info about next_op */
122 union acpi_parse_object *next_op; /* next op to be processed */ member in struct:acpi_walk_state
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test_micro/source/
H A Db_workload.c265 size_t next_op, i, ioff; local
294 next_op = rand()%100;
296 if (next_op < GET_PROPORTION ) {
301 } else if (next_op < GET_PROPORTION+PUT_PROPORTION) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/test_micro/
H A Db_workload.c266 size_t next_op, i, ioff; local
295 next_op = rand()%100;
297 if (next_op < GET_PROPORTION ) {
302 } else if (next_op < GET_PROPORTION+PUT_PROPORTION) {

Completed in 72 milliseconds