Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_trans_resv.c69 uint num_ops) in xfs_allocfree_log_count() argument
73 blocks = num_ops * 2 * (2 * mp->m_ag_maxlevels - 1); in xfs_allocfree_log_count()
75 blocks += num_ops * (2 * mp->m_rmap_maxlevels - 1); in xfs_allocfree_log_count()
77 blocks += num_ops * (2 * mp->m_refc_maxlevels - 1); in xfs_allocfree_log_count()
208 unsigned int num_ops) in xfs_rtalloc_log_count() argument
214 return (howmany(rtbmp_bytes, blksz) + 1) * num_ops; in xfs_rtalloc_log_count()
Dxfs_trans_resv.h95 uint xfs_allocfree_log_count(struct xfs_mount *mp, uint num_ops);
/kernel/linux/linux-5.10/drivers/acpi/acpica/
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()
/kernel/linux/linux-5.10/fs/ceph/
Daddr.c894 int num_ops = 0, op_idx; in ceph_writepages_start() local
988 num_ops = 1; in ceph_writepages_start()
1006 if (num_ops >= (from_pool ? CEPH_OSD_SLAB_OPS : in ceph_writepages_start()
1013 num_ops++; in ceph_writepages_start()
1065 offset, &len, 0, num_ops, in ceph_writepages_start()
1073 min(num_ops, in ceph_writepages_start()
1136 BUG_ON(num_ops <= req->r_num_ops); in ceph_writepages_start()
1137 num_ops -= req->r_num_ops; in ceph_writepages_start()
1154 BUG_ON(num_ops != req->r_num_ops); in ceph_writepages_start()
/kernel/linux/linux-5.10/include/linux/ceph/
Dosd_client.h484 unsigned int num_ops,
493 unsigned int which, int num_ops,
/kernel/linux/linux-5.10/net/ceph/
Dosd_client.c542 unsigned int num_ops, in ceph_osdc_alloc_request() argument
549 BUG_ON(num_ops > CEPH_OSD_SLAB_OPS); in ceph_osdc_alloc_request()
551 } else if (num_ops <= CEPH_OSD_SLAB_OPS) { in ceph_osdc_alloc_request()
554 BUG_ON(num_ops > CEPH_OSD_MAX_OPS); in ceph_osdc_alloc_request()
555 req = kmalloc(struct_size(req, r_ops, num_ops), gfp_flags); in ceph_osdc_alloc_request()
563 req->r_num_ops = num_ops; in ceph_osdc_alloc_request()
1047 unsigned int which, int num_ops, in ceph_osdc_new_request() argument
1064 req = ceph_osdc_alloc_request(osdc, snapc, num_ops, use_mempool, in ceph_osdc_new_request()
1103 if (num_ops > 1) in ceph_osdc_new_request()
1109 r = __ceph_osdc_alloc_messages(req, GFP_NOFS, num_ops, 0); in ceph_osdc_new_request()
[all …]
/kernel/linux/linux-5.10/sound/soc/
Dsoc-topology.c577 int num_ops, i; in soc_tplg_kcontrol_bind_io() local
608 num_ops = tplg->bytes_ext_ops_count; in soc_tplg_kcontrol_bind_io()
609 for (i = 0; i < num_ops; i++) { in soc_tplg_kcontrol_bind_io()
627 num_ops = tplg->io_ops_count; in soc_tplg_kcontrol_bind_io()
628 for (i = 0; i < num_ops; i++) { in soc_tplg_kcontrol_bind_io()
644 num_ops = ARRAY_SIZE(io_ops); in soc_tplg_kcontrol_bind_io()
645 for (i = 0; i < num_ops; i++) { in soc_tplg_kcontrol_bind_io()
/kernel/linux/linux-5.10/drivers/block/
Drbd.c1472 struct ceph_snap_context *snapc, int num_ops) in __rbd_obj_add_osd_request() argument
1481 req = ceph_osdc_alloc_request(osdc, snapc, num_ops, false, GFP_NOIO); in __rbd_obj_add_osd_request()
1506 rbd_obj_add_osd_request(struct rbd_obj_request *obj_req, int num_ops) in rbd_obj_add_osd_request() argument
1509 num_ops); in rbd_obj_add_osd_request()
2103 int num_ops = 1; in rbd_object_map_update() local
2111 num_ops++; /* assert_locked */ in rbd_object_map_update()
2114 req = ceph_osdc_alloc_request(osdc, NULL, num_ops, false, GFP_NOIO); in rbd_object_map_update()
3012 int num_ops = count_write_ops(obj_req); in rbd_obj_write_object() local
3017 num_ops++; /* stat */ in rbd_obj_write_object()
3019 osd_req = rbd_obj_add_osd_request(obj_req, num_ops); in rbd_obj_write_object()
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c13341 u32 offset, len, num_ops; in bnx2x_check_firmware() local
13368 num_ops = be32_to_cpu(fw_hdr->init_ops.len) / sizeof(struct raw_op); in bnx2x_check_firmware()
13371 if (be16_to_cpu(ops_offsets[i]) > num_ops) { in bnx2x_check_firmware()