Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_trans_resv.c77 uint num_ops) in xfs_allocfree_block_count() argument
81 blocks = num_ops * 2 * (2 * mp->m_alloc_maxlevels - 1); in xfs_allocfree_block_count()
83 blocks += num_ops * (2 * mp->m_rmap_maxlevels - 1); in xfs_allocfree_block_count()
96 unsigned int num_ops) in xfs_refcountbt_block_count() argument
98 return num_ops * (2 * mp->m_refc_maxlevels - 1); in xfs_refcountbt_block_count()
104 unsigned int num_ops) in xfs_rtrefcountbt_block_count() argument
106 return num_ops * (2 * mp->m_rtrefc_maxlevels - 1); in xfs_rtrefcountbt_block_count()
237 unsigned int num_ops) in xfs_rtalloc_block_count() argument
245 t1 = (rtbmp_blocks + 1) * num_ops; in xfs_rtalloc_block_count()
248 t2 = num_ops * ( in xfs_rtalloc_block_count()
[all...]
H A Dxfs_trans_resv.h100 uint xfs_allocfree_block_count(struct xfs_mount *mp, uint num_ops);
/linux/drivers/gpu/drm/xe/
H A Dxe_pt_types.h103 /** @num_ops: number of operations */
104 u32 num_ops; member
H 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()
H 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()
H 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()
/linux/drivers/acpi/acpica/
H 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()
/linux/include/linux/ceph/
H A Dosd_client.h544 unsigned int num_ops,
553 unsigned int which, int num_ops,
/linux/sound/soc/
H A Dsoc-topology.c465 int num_ops, i; in soc_tplg_kcontrol_bind_io() local
496 num_ops = tplg->bytes_ext_ops_count; in soc_tplg_kcontrol_bind_io()
497 for (i = 0; i < num_ops; i++) { in soc_tplg_kcontrol_bind_io()
515 num_ops = tplg->io_ops_count; in soc_tplg_kcontrol_bind_io()
516 for (i = 0; i < num_ops; i++) { in soc_tplg_kcontrol_bind_io()
532 num_ops = ARRAY_SIZE(io_ops); in soc_tplg_kcontrol_bind_io()
533 for (i = 0; i < num_ops; i++) { in soc_tplg_kcontrol_bind_io()
/linux/net/ipv4/netfilter/
H A Dip_tables.c1728 unsigned int num_ops; in ipt_register_table() local
1764 num_ops = hweight32(table->valid_hooks); in ipt_register_table()
1765 if (num_ops == 0) { in ipt_register_table()
1770 ops = kmemdup_array(template_ops, num_ops, sizeof(*ops), GFP_KERNEL); in ipt_register_table()
1776 for (i = 0; i < num_ops; i++) in ipt_register_table()
1781 ret = nf_register_net_hooks(net, ops, num_ops); in ipt_register_table()
/linux/net/bridge/netfilter/
H A Debtables.c1188 unsigned int num_ops; in ebt_register_table() local
1253 num_ops = hweight32(table->valid_hooks); in ebt_register_table()
1254 if (num_ops == 0) { in ebt_register_table()
1259 ops = kmemdup_array(template_ops, num_ops, sizeof(*ops), GFP_KERNEL); in ebt_register_table()
1267 for (i = 0; i < num_ops; i++) in ebt_register_table()
1274 ret = nf_register_net_hooks(net, ops, num_ops); in ebt_register_table()
/linux/drivers/block/
H A Drbd.c1428 struct ceph_snap_context *snapc, int num_ops) in __rbd_obj_add_osd_request() argument
1437 req = ceph_osdc_alloc_request(osdc, snapc, num_ops, false, GFP_NOIO); in __rbd_obj_add_osd_request()
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()
2074 req = ceph_osdc_alloc_request(osdc, NULL, num_ops, false, GFP_NOIO); 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); rbd_obj_copyup_current_snapc() local
[all...]
/linux/drivers/net/ethernet/broadcom/bnx2x/
H 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()