Searched refs:num_ops (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_trans_resv.c | 71 uint num_ops) in xfs_allocfree_log_count() argument 75 blocks = num_ops * 2 * (2 * mp->m_ag_maxlevels - 1); in xfs_allocfree_log_count() 77 blocks += num_ops * (2 * mp->m_rmap_maxlevels - 1); in xfs_allocfree_log_count() 79 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-v4.19/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-v4.19/fs/ceph/ |
D | addr.c | 869 int num_ops = 0, op_idx; in ceph_writepages_start() local 963 num_ops = 1; in ceph_writepages_start() 981 if (num_ops >= (pool ? CEPH_OSD_SLAB_OPS : in ceph_writepages_start() 988 num_ops++; in ceph_writepages_start() 1040 offset, &len, 0, num_ops, in ceph_writepages_start() 1048 min(num_ops, in ceph_writepages_start() 1111 BUG_ON(num_ops <= req->r_num_ops); in ceph_writepages_start() 1112 num_ops -= req->r_num_ops; in ceph_writepages_start() 1129 BUG_ON(num_ops != req->r_num_ops); in ceph_writepages_start()
|
/Linux-v4.19/include/linux/ceph/ |
D | osd_client.h | 460 unsigned int num_ops, 469 unsigned int which, int num_ops,
|
/Linux-v4.19/net/ceph/ |
D | osd_client.c | 546 unsigned int num_ops = req->r_num_ops; in request_reinit() local 564 req->r_num_ops = num_ops; in request_reinit() 574 unsigned int num_ops, in ceph_osdc_alloc_request() argument 581 BUG_ON(num_ops > CEPH_OSD_SLAB_OPS); in ceph_osdc_alloc_request() 583 } else if (num_ops <= CEPH_OSD_SLAB_OPS) { in ceph_osdc_alloc_request() 586 BUG_ON(num_ops > CEPH_OSD_MAX_OPS); in ceph_osdc_alloc_request() 587 req = kmalloc(struct_size(req, r_ops, num_ops), gfp_flags); in ceph_osdc_alloc_request() 595 req->r_num_ops = num_ops; in ceph_osdc_alloc_request() 985 unsigned int which, int num_ops, in ceph_osdc_new_request() argument 1002 req = ceph_osdc_alloc_request(osdc, snapc, num_ops, use_mempool, in ceph_osdc_new_request() [all …]
|
/Linux-v4.19/sound/soc/ |
D | soc-topology.c | 546 int num_ops, i; in soc_tplg_kcontrol_bind_io() local 565 num_ops = tplg->bytes_ext_ops_count; in soc_tplg_kcontrol_bind_io() 566 for (i = 0; i < num_ops; i++) { in soc_tplg_kcontrol_bind_io() 581 num_ops = tplg->io_ops_count; in soc_tplg_kcontrol_bind_io() 582 for (i = 0; i < num_ops; i++) { in soc_tplg_kcontrol_bind_io() 598 num_ops = ARRAY_SIZE(io_ops); in soc_tplg_kcontrol_bind_io() 599 for (i = 0; i < num_ops; i++) { in soc_tplg_kcontrol_bind_io()
|
/Linux-v4.19/drivers/block/ |
D | rbd.c | 1474 rbd_osd_req_create(struct rbd_obj_request *obj_req, unsigned int num_ops) in rbd_osd_req_create() argument 1485 num_ops, false, GFP_NOIO); in rbd_osd_req_create()
|
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 13369 u32 offset, len, num_ops; in bnx2x_check_firmware() local 13396 num_ops = be32_to_cpu(fw_hdr->init_ops.len) / sizeof(struct raw_op); in bnx2x_check_firmware() 13399 if (be16_to_cpu(ops_offsets[i]) > num_ops) { in bnx2x_check_firmware()
|