Home
last modified time | relevance | path

Searched refs:nr_ops (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/drivers/infiniband/core/
A Drw.c140 for (i = 0; i < ctx->nr_ops; i++) { in rdma_rw_init_mr_wrs()
204 ctx->nr_ops = DIV_ROUND_UP(sg_cnt, max_sge); in rdma_rw_init_map_wrs()
214 for (i = 0; i < ctx->nr_ops; i++) { in rdma_rw_init_map_wrs()
238 rdma_wr->wr.next = i + 1 < ctx->nr_ops ? in rdma_rw_init_map_wrs()
243 return ctx->nr_ops; in rdma_rw_init_map_wrs()
257 ctx->nr_ops = 1; in rdma_rw_init_single_wr()
401 ctx->nr_ops = 1; in rdma_rw_ctx_signature_init()
506 for (i = 0; i < ctx->nr_ops; i++) { in rdma_rw_ctx_wrs()
516 last_wr = &ctx->reg[ctx->nr_ops - 1].wr.wr; in rdma_rw_ctx_wrs()
520 last_wr = &ctx->map.wrs[ctx->nr_ops - 1].wr; in rdma_rw_ctx_wrs()
[all …]
/linux-6.3-rc2/drivers/xen/
A Dgntdev.c794 unsigned int nr_ops; member
830 gnttab_batch_copy(batch->ops, batch->nr_ops); in gntdev_copy()
837 for (i = 0; i < batch->nr_ops; i++) { in gntdev_copy()
854 batch->nr_ops = 0; in gntdev_copy()
892 if (batch->nr_ops >= GNTDEV_COPY_BATCH) { in gntdev_grant_copy_seg()
900 op = &batch->ops[batch->nr_ops]; in gntdev_grant_copy_seg()
946 batch->status[batch->nr_ops] = status; in gntdev_grant_copy_seg()
947 batch->nr_ops++; in gntdev_grant_copy_seg()
963 batch.nr_ops = 0; in gntdev_ioctl_grant_copy()
980 if (batch.nr_ops) in gntdev_ioctl_grant_copy()
/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_refcount.c1047 if (cur->bc_ag.refc.nr_ops > 2 && in xfs_refcount_still_have_space()
1052 if (cur->bc_ag.refc.nr_ops == 0) in xfs_refcount_still_have_space()
1057 cur->bc_ag.refc.nr_ops * XFS_REFCOUNT_ITEM_OVERHEAD; in xfs_refcount_still_have_space()
1117 cur->bc_ag.refc.nr_ops++; in xfs_refcount_adjust_extents()
1173 cur->bc_ag.refc.nr_ops++; in xfs_refcount_adjust_extents()
1333 unsigned long nr_ops = 0; in xfs_refcount_finish_one() local
1355 nr_ops = rcur->bc_ag.refc.nr_ops; in xfs_refcount_finish_one()
1368 rcur->bc_ag.refc.nr_ops = nr_ops; in xfs_refcount_finish_one()
A Dxfs_trans_resv.c258 unsigned int nr_ops) in xfs_calc_refcountbt_reservation() argument
265 return xfs_calc_buf_res(nr_ops, mp->m_sb.sb_sectsize) + in xfs_calc_refcountbt_reservation()
266 xfs_calc_buf_res(xfs_refcountbt_block_count(mp, nr_ops), blksz); in xfs_calc_refcountbt_reservation()
A Dxfs_btree.h187 unsigned int nr_ops; /* # record updates */ member
A Dxfs_refcount_btree.c346 cur->bc_ag.refc.nr_ops = 0; in xfs_refcountbt_init_common()
/linux-6.3-rc2/include/rdma/
A Drw.h16 u32 nr_ops; member
/linux-6.3-rc2/drivers/infiniband/ulp/isert/
A Dib_isert.c1410 if (!cmd->rw.nr_ops) in isert_rdma_rw_ctx_destroy()
1423 cmd->rw.nr_ops = 0; in isert_rdma_rw_ctx_destroy()

Completed in 27 milliseconds