Searched refs:nr_ops (Results 1 – 7 of 7) sorted by relevance
139 for (i = 0; i < ctx->nr_ops; i++) { in rdma_rw_init_mr_wrs()203 ctx->nr_ops = DIV_ROUND_UP(sg_cnt, max_sge); in rdma_rw_init_map_wrs()213 for (i = 0; i < ctx->nr_ops; i++) { in rdma_rw_init_map_wrs()237 rdma_wr->wr.next = i + 1 < ctx->nr_ops ? in rdma_rw_init_map_wrs()242 return ctx->nr_ops; in rdma_rw_init_map_wrs()256 ctx->nr_ops = 1; in rdma_rw_init_single_wr()427 ctx->nr_ops = 1; in rdma_rw_ctx_signature_init()532 for (i = 0; i < ctx->nr_ops; i++) { in rdma_rw_ctx_wrs()542 last_wr = &ctx->reg[ctx->nr_ops - 1].wr.wr; in rdma_rw_ctx_wrs()546 last_wr = &ctx->map.wrs[ctx->nr_ops - 1].wr; in rdma_rw_ctx_wrs()[all …]
729 unsigned int nr_ops; member765 gnttab_batch_copy(batch->ops, batch->nr_ops); in gntdev_copy()772 for (i = 0; i < batch->nr_ops; i++) { in gntdev_copy()789 batch->nr_ops = 0; in gntdev_copy()827 if (batch->nr_ops >= GNTDEV_COPY_BATCH) { in gntdev_grant_copy_seg()835 op = &batch->ops[batch->nr_ops]; in gntdev_grant_copy_seg()881 batch->status[batch->nr_ops] = status; in gntdev_grant_copy_seg()882 batch->nr_ops++; in gntdev_grant_copy_seg()898 batch.nr_ops = 0; in gntdev_ioctl_grant_copy()915 if (batch.nr_ops) in gntdev_ioctl_grant_copy()
897 if (cur->bc_ag.refc.nr_ops > 2 && in xfs_refcount_still_have_space()902 if (cur->bc_ag.refc.nr_ops == 0) in xfs_refcount_still_have_space()907 cur->bc_ag.refc.nr_ops * XFS_REFCOUNT_ITEM_OVERHEAD; in xfs_refcount_still_have_space()973 cur->bc_ag.refc.nr_ops++; in xfs_refcount_adjust_extents()1008 cur->bc_ag.refc.nr_ops++; in xfs_refcount_adjust_extents()1017 cur->bc_ag.refc.nr_ops++; in xfs_refcount_adjust_extents()1147 unsigned long nr_ops = 0; in xfs_refcount_finish_one() local1169 nr_ops = rcur->bc_ag.refc.nr_ops; in xfs_refcount_finish_one()1182 rcur->bc_ag.refc.nr_ops = nr_ops; in xfs_refcount_finish_one()
337 cur->bc_ag.refc.nr_ops = 0; in xfs_refcountbt_init_common()
187 unsigned int nr_ops; /* # record updates */ member
16 u32 nr_ops; member
1410 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 23 milliseconds