Searched refs:num_ops (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/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()
|
D | xfs_trans_resv.h | 95 uint xfs_allocfree_log_count(struct xfs_mount *mp, uint num_ops);
|
/Linux-v5.4/drivers/acpi/acpica/ |
D | dbdisply.c | 356 u32 num_ops = 0; in acpi_db_display_method_info() local 391 num_ops++; in acpi_db_display_method_info() 430 num_ops, num_operators, num_operands); in acpi_db_display_method_info()
|
/Linux-v5.4/fs/ceph/ |
D | addr.c | 859 int num_ops = 0, op_idx; in ceph_writepages_start() local 954 num_ops = 1; in ceph_writepages_start() 972 if (num_ops >= (pool ? CEPH_OSD_SLAB_OPS : in ceph_writepages_start() 979 num_ops++; in ceph_writepages_start() 1031 offset, &len, 0, num_ops, in ceph_writepages_start() 1039 min(num_ops, in ceph_writepages_start() 1102 BUG_ON(num_ops <= req->r_num_ops); in ceph_writepages_start() 1103 num_ops -= req->r_num_ops; in ceph_writepages_start() 1120 BUG_ON(num_ops != req->r_num_ops); in ceph_writepages_start()
|
/Linux-v5.4/net/ceph/ |
D | osd_client.c | 549 unsigned int num_ops = req->r_num_ops; in request_reinit() local 567 req->r_num_ops = num_ops; in request_reinit() 577 unsigned int num_ops, in ceph_osdc_alloc_request() argument 584 BUG_ON(num_ops > CEPH_OSD_SLAB_OPS); in ceph_osdc_alloc_request() 586 } else if (num_ops <= CEPH_OSD_SLAB_OPS) { in ceph_osdc_alloc_request() 589 BUG_ON(num_ops > CEPH_OSD_MAX_OPS); in ceph_osdc_alloc_request() 590 req = kmalloc(struct_size(req, r_ops, num_ops), gfp_flags); in ceph_osdc_alloc_request() 598 req->r_num_ops = num_ops; in ceph_osdc_alloc_request() 1067 unsigned int which, int num_ops, in ceph_osdc_new_request() argument 1084 req = ceph_osdc_alloc_request(osdc, snapc, num_ops, use_mempool, in ceph_osdc_new_request() [all …]
|
/Linux-v5.4/include/linux/ceph/ |
D | osd_client.h | 475 unsigned int num_ops, 484 unsigned int which, int num_ops,
|
/Linux-v5.4/sound/soc/ |
D | soc-topology.c | 586 int num_ops, i; in soc_tplg_kcontrol_bind_io() local 605 num_ops = tplg->bytes_ext_ops_count; in soc_tplg_kcontrol_bind_io() 606 for (i = 0; i < num_ops; i++) { in soc_tplg_kcontrol_bind_io() 621 num_ops = tplg->io_ops_count; in soc_tplg_kcontrol_bind_io() 622 for (i = 0; i < num_ops; i++) { in soc_tplg_kcontrol_bind_io() 638 num_ops = ARRAY_SIZE(io_ops); in soc_tplg_kcontrol_bind_io() 639 for (i = 0; i < num_ops; i++) { in soc_tplg_kcontrol_bind_io()
|
/Linux-v5.4/drivers/block/ |
D | rbd.c | 1566 struct ceph_snap_context *snapc, int num_ops) in __rbd_obj_add_osd_request() argument 1575 req = ceph_osdc_alloc_request(osdc, snapc, num_ops, false, GFP_NOIO); in __rbd_obj_add_osd_request() 1600 rbd_obj_add_osd_request(struct rbd_obj_request *obj_req, int num_ops) in rbd_obj_add_osd_request() argument 1603 num_ops); in rbd_obj_add_osd_request() 2197 int num_ops = 1; in rbd_object_map_update() local 2205 num_ops++; /* assert_locked */ in rbd_object_map_update() 2208 req = ceph_osdc_alloc_request(osdc, NULL, num_ops, false, GFP_NOIO); in rbd_object_map_update() 3100 int num_ops = count_write_ops(obj_req); in rbd_obj_write_object() local 3105 num_ops++; /* stat */ in rbd_obj_write_object() 3107 osd_req = rbd_obj_add_osd_request(obj_req, num_ops); in rbd_obj_write_object() [all …]
|
/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 13399 u32 offset, len, num_ops; in bnx2x_check_firmware() local 13426 num_ops = be32_to_cpu(fw_hdr->init_ops.len) / sizeof(struct raw_op); in bnx2x_check_firmware() 13429 if (be16_to_cpu(ops_offsets[i]) > num_ops) { in bnx2x_check_firmware()
|