/Linux-v5.10/fs/xfs/libxfs/ |
D | xfs_trans_resv.c | 69 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()
|
D | xfs_trans_resv.h | 95 uint xfs_allocfree_log_count(struct xfs_mount *mp, uint num_ops);
|
/Linux-v5.10/drivers/acpi/acpica/ |
D | dbdisply.c | 358 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-v5.10/fs/ceph/ |
D | addr.c | 902 int num_ops = 0, op_idx; in ceph_writepages_start() local 996 num_ops = 1; in ceph_writepages_start() 1014 if (num_ops >= (from_pool ? CEPH_OSD_SLAB_OPS : in ceph_writepages_start() 1021 num_ops++; in ceph_writepages_start() 1073 offset, &len, 0, num_ops, in ceph_writepages_start() 1081 min(num_ops, in ceph_writepages_start() 1144 BUG_ON(num_ops <= req->r_num_ops); in ceph_writepages_start() 1145 num_ops -= req->r_num_ops; in ceph_writepages_start() 1162 BUG_ON(num_ops != req->r_num_ops); in ceph_writepages_start()
|
/Linux-v5.10/include/linux/ceph/ |
D | osd_client.h | 481 unsigned int num_ops, 490 unsigned int which, int num_ops,
|
/Linux-v5.10/net/ceph/ |
D | osd_client.c | 551 unsigned int num_ops = req->r_num_ops; in request_reinit() local 569 req->r_num_ops = num_ops; in request_reinit() 579 unsigned int num_ops, in ceph_osdc_alloc_request() argument 586 BUG_ON(num_ops > CEPH_OSD_SLAB_OPS); in ceph_osdc_alloc_request() 588 } else if (num_ops <= CEPH_OSD_SLAB_OPS) { in ceph_osdc_alloc_request() 591 BUG_ON(num_ops > CEPH_OSD_MAX_OPS); in ceph_osdc_alloc_request() 592 req = kmalloc(struct_size(req, r_ops, num_ops), gfp_flags); in ceph_osdc_alloc_request() 600 req->r_num_ops = num_ops; in ceph_osdc_alloc_request() 1068 unsigned int which, int num_ops, in ceph_osdc_new_request() argument 1085 req = ceph_osdc_alloc_request(osdc, snapc, num_ops, use_mempool, in ceph_osdc_new_request() [all …]
|
/Linux-v5.10/sound/soc/ |
D | soc-topology.c | 577 int num_ops, i; in soc_tplg_kcontrol_bind_io() local 607 num_ops = tplg->bytes_ext_ops_count; in soc_tplg_kcontrol_bind_io() 608 for (i = 0; i < num_ops; i++) { in soc_tplg_kcontrol_bind_io() 626 num_ops = tplg->io_ops_count; in soc_tplg_kcontrol_bind_io() 627 for (i = 0; i < num_ops; i++) { in soc_tplg_kcontrol_bind_io() 643 num_ops = ARRAY_SIZE(io_ops); in soc_tplg_kcontrol_bind_io() 644 for (i = 0; i < num_ops; i++) { in soc_tplg_kcontrol_bind_io()
|
/Linux-v5.10/drivers/block/ |
D | rbd.c | 1472 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 …]
|
/Linux-v5.10/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 13330 u32 offset, len, num_ops; in bnx2x_check_firmware() local 13357 num_ops = be32_to_cpu(fw_hdr->init_ops.len) / sizeof(struct raw_op); in bnx2x_check_firmware() 13360 if (be16_to_cpu(ops_offsets[i]) > num_ops) { in bnx2x_check_firmware()
|