Searched refs:next_op (Results 1 – 6 of 6) sorted by relevance
| /drivers/acpi/acpica/ |
| A D | dsopcode.c | 274 union acpi_parse_object *next_op; in acpi_ds_eval_buffer_field_operands() local 286 next_op = op->common.value.arg; in acpi_ds_eval_buffer_field_operands() 360 union acpi_parse_object *next_op; in acpi_ds_eval_region_operands() local 373 next_op = op->common.value.arg; in acpi_ds_eval_region_operands() 378 next_op = next_op->common.next; in acpi_ds_eval_region_operands() 467 union acpi_parse_object *next_op; in acpi_ds_eval_table_region_operands() local 481 next_op = op->common.value.arg; in acpi_ds_eval_table_region_operands() 688 union acpi_parse_object *next_op; in acpi_ds_eval_bank_field_operands() local 700 next_op = op->common.value.arg; in acpi_ds_eval_bank_field_operands() 704 next_op = next_op->common.next; in acpi_ds_eval_bank_field_operands() [all …]
|
| A D | dswexec.c | 333 union acpi_parse_object *next_op; in acpi_ds_exec_end_op() local 496 next_op = first_arg; in acpi_ds_exec_end_op() 500 next_op = next_op->common.next; in acpi_ds_exec_end_op() 505 status = acpi_ds_create_operands(walk_state, next_op); in acpi_ds_exec_end_op()
|
| A D | acstruct.h | 89 union acpi_parse_object *next_op; /* next op to be processed */ member
|
| A D | dswstate.c | 590 walk_state->next_op = NULL; in acpi_ds_init_aml_walk()
|
| /drivers/gpu/drm/xe/ |
| A D | xe_vm.c | 889 struct xe_vma_op *op, *next_op; in xe_vm_rebind() local 930 list_for_each_entry_safe(op, next_op, &vops.list, link) { in xe_vm_rebind() 943 struct xe_vma_op *op, *next_op; in xe_vma_rebind() local 972 list_for_each_entry_safe(op, next_op, &vops.list, link) { in xe_vma_rebind() 1032 struct xe_vma_op *op, *next_op; in xe_vm_range_rebind() local 1062 list_for_each_entry_safe(op, next_op, &vops.list, link) { in xe_vm_range_rebind() 1113 struct xe_vma_op *op, *next_op; in xe_vm_range_unbind() local 1145 list_for_each_entry_safe(op, next_op, &vops.list, link) { in xe_vm_range_unbind()
|
| /drivers/net/ethernet/broadcom/ |
| A D | cnic.c | 2850 u32 next_op = cp->completed_kcq[i + j]->kcqe_op_flag; in service_kcqes() local 2852 if (cnic_get_kcqe_layer_mask(next_op) != kcqe_layer) in service_kcqes() 2855 if (unlikely(next_op & KCQE_RAMROD_COMPLETION)) in service_kcqes()
|
Completed in 654 milliseconds