Home
last modified time | relevance | path

Searched refs:num_ops (Results 1 – 7 of 7) sorted by relevance

/drivers/acpi/acpica/
A Ddbdisply.c358 u32 num_ops = 0; in acpi_db_display_method_info() local
393 num_ops++; in acpi_db_display_method_info()
432 num_ops, num_operators, num_operands); in acpi_db_display_method_info()
/drivers/gpu/drm/xe/
A Dxe_pt_types.h104 u32 num_ops; member
A Dxe_migrate.c1284 for (i = 0; i < pt_update_ops->num_ops; ++i) { in xe_migrate_update_pgtables_cpu()
1330 for (i = 0; i < pt_update_ops->num_ops; ++i) { in __xe_migrate_update_pgtables()
1398 for (; i < pt_update_ops->num_ops; ++i) { in __xe_migrate_update_pgtables()
1435 for (i = 0; i < pt_update_ops->num_ops; ++i) { in __xe_migrate_update_pgtables()
1453 for (i = 0; i < pt_update_ops->num_ops; ++i) { in __xe_migrate_update_pgtables()
A Dxe_vm.c788 if (!vops->pt_update_ops[i].num_ops) in xe_vma_ops_alloc()
792 kmalloc_array(vops->pt_update_ops[i].num_ops, in xe_vma_ops_alloc()
843 vops->pt_update_ops[i].num_ops += inc_val; in xe_vma_ops_incr_pt_update_ops()
3087 if (vops->pt_update_ops[id].num_ops) in vm_ops_setup_tile_args()
3129 if (!vops->pt_update_ops[id].num_ops) in ops_execute()
3142 if (!vops->pt_update_ops[id].num_ops) in ops_execute()
3167 if (!vops->pt_update_ops[id].num_ops) in ops_execute()
3177 if (!vops->pt_update_ops[id].num_ops) in ops_execute()
A Dxe_pt.c2198 pt_update_ops->num_ops); in xe_pt_update_ops_prepare()
2603 for (i = pt_update_ops->num_ops - 1; i >= 0; --i) { in xe_pt_update_ops_abort()
/drivers/block/
A Drbd.c1428 struct ceph_snap_context *snapc, int num_ops) in __rbd_obj_add_osd_request() argument
1462 rbd_obj_add_osd_request(struct rbd_obj_request *obj_req, int num_ops) in rbd_obj_add_osd_request() argument
1466 num_ops); in rbd_obj_add_osd_request()
2063 int num_ops = 1; in rbd_object_map_update() local
2071 num_ops++; /* assert_locked */ in rbd_object_map_update()
2967 int num_ops = count_write_ops(obj_req); in rbd_obj_write_object() local
2972 num_ops++; /* stat */ in rbd_obj_write_object()
2974 osd_req = rbd_obj_add_osd_request(obj_req, num_ops); in rbd_obj_write_object()
3045 int num_ops = count_write_ops(obj_req); in rbd_obj_copyup_current_snapc() local
3052 num_ops++; /* copyup */ in rbd_obj_copyup_current_snapc()
[all …]
/drivers/net/ethernet/broadcom/bnx2x/
A Dbnx2x_main.c13267 u32 offset, len, num_ops; in bnx2x_check_firmware() local
13294 num_ops = be32_to_cpu(fw_hdr->init_ops.len) / sizeof(struct raw_op); in bnx2x_check_firmware()
13297 if (be16_to_cpu(ops_offsets[i]) > num_ops) { in bnx2x_check_firmware()

Completed in 53 milliseconds