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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Ddsopcode.c666 union acpi_parse_object *next_op; local
676 /* next_op points to the op that holds the Buffer */
678 next_op = op->common.value.arg;
682 status = acpi_ds_create_operands(walk_state, next_op);
751 union acpi_parse_object *next_op; local
761 /* next_op points to the op that holds the space_iD */
763 next_op = op->common.value.arg;
765 /* next_op points to address op */
767 next_op = next_op
842 union acpi_parse_object *next_op; local
1042 union acpi_parse_object *next_op; local
[all...]
H A Ddswexec.c362 union acpi_parse_object *next_op; local
520 /* next_op points to the op that holds the method name */
522 next_op = first_arg;
524 /* next_op points to first argument op */
526 next_op = next_op->common.next;
531 status = acpi_ds_create_operands(walk_state, next_op);
H A Dacstruct.h81 u8 next_op_info; /* Info about next_op */
124 union acpi_parse_object *next_op; /* next op to be processed */ member in struct:acpi_walk_state
H A Ddswstate.c613 /* The next_op of the next_walk will be the beginning of the method */
615 walk_state->next_op = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/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) {
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dcnic.c2080 u32 next_op = cp->completed_kcq[i + j]->kcqe_op_flag; local
2082 if ((next_op & KCQE_FLAGS_LAYER_MASK) != kcqe_layer)
2085 if (unlikely(next_op & KCQE_RAMROD_COMPLETION))

Completed in 75 milliseconds