nr_ops 127 drivers/infiniband/core/rw.c ctx->nr_ops = (sg_cnt + pages_per_mr - 1) / pages_per_mr; nr_ops 128 drivers/infiniband/core/rw.c ctx->reg = kcalloc(ctx->nr_ops, sizeof(*ctx->reg), GFP_KERNEL); nr_ops 134 drivers/infiniband/core/rw.c for (i = 0; i < ctx->nr_ops; i++) { nr_ops 198 drivers/infiniband/core/rw.c ctx->nr_ops = DIV_ROUND_UP(sg_cnt, max_sge); nr_ops 204 drivers/infiniband/core/rw.c ctx->map.wrs = kcalloc(ctx->nr_ops, sizeof(*ctx->map.wrs), GFP_KERNEL); nr_ops 208 drivers/infiniband/core/rw.c for (i = 0; i < ctx->nr_ops; i++) { nr_ops 232 drivers/infiniband/core/rw.c rdma_wr->wr.next = i + 1 < ctx->nr_ops ? nr_ops 237 drivers/infiniband/core/rw.c return ctx->nr_ops; nr_ops 251 drivers/infiniband/core/rw.c ctx->nr_ops = 1; nr_ops 404 drivers/infiniband/core/rw.c ctx->nr_ops = 1; nr_ops 509 drivers/infiniband/core/rw.c for (i = 0; i < ctx->nr_ops; i++) { nr_ops 519 drivers/infiniband/core/rw.c last_wr = &ctx->reg[ctx->nr_ops - 1].wr.wr; nr_ops 523 drivers/infiniband/core/rw.c last_wr = &ctx->map.wrs[ctx->nr_ops - 1].wr; nr_ops 584 drivers/infiniband/core/rw.c for (i = 0; i < ctx->nr_ops; i++) nr_ops 1491 drivers/infiniband/ulp/isert/ib_isert.c if (!cmd->rw.nr_ops) nr_ops 1504 drivers/infiniband/ulp/isert/ib_isert.c cmd->rw.nr_ops = 0; nr_ops 832 drivers/xen/gntdev.c unsigned int nr_ops; nr_ops 869 drivers/xen/gntdev.c gnttab_batch_copy(batch->ops, batch->nr_ops); nr_ops 876 drivers/xen/gntdev.c for (i = 0; i < batch->nr_ops; i++) { nr_ops 893 drivers/xen/gntdev.c batch->nr_ops = 0; nr_ops 931 drivers/xen/gntdev.c if (batch->nr_ops >= GNTDEV_COPY_BATCH) { nr_ops 939 drivers/xen/gntdev.c op = &batch->ops[batch->nr_ops]; nr_ops 983 drivers/xen/gntdev.c batch->status[batch->nr_ops] = status; nr_ops 984 drivers/xen/gntdev.c batch->nr_ops++; nr_ops 1000 drivers/xen/gntdev.c batch.nr_ops = 0; nr_ops 1017 drivers/xen/gntdev.c if (batch.nr_ops) nr_ops 183 fs/xfs/libxfs/xfs_btree.h unsigned long nr_ops; /* # record updates */ nr_ops 844 fs/xfs/libxfs/xfs_refcount.c if (cur->bc_private.a.priv.refc.nr_ops > 2 && nr_ops 849 fs/xfs/libxfs/xfs_refcount.c if (cur->bc_private.a.priv.refc.nr_ops == 0) nr_ops 854 fs/xfs/libxfs/xfs_refcount.c cur->bc_private.a.priv.refc.nr_ops * XFS_REFCOUNT_ITEM_OVERHEAD; nr_ops 918 fs/xfs/libxfs/xfs_refcount.c cur->bc_private.a.priv.refc.nr_ops++; nr_ops 953 fs/xfs/libxfs/xfs_refcount.c cur->bc_private.a.priv.refc.nr_ops++; nr_ops 960 fs/xfs/libxfs/xfs_refcount.c cur->bc_private.a.priv.refc.nr_ops++; nr_ops 1093 fs/xfs/libxfs/xfs_refcount.c unsigned long nr_ops = 0; nr_ops 1114 fs/xfs/libxfs/xfs_refcount.c nr_ops = rcur->bc_private.a.priv.refc.nr_ops; nr_ops 1133 fs/xfs/libxfs/xfs_refcount.c rcur->bc_private.a.priv.refc.nr_ops = nr_ops; nr_ops 343 fs/xfs/libxfs/xfs_refcount_btree.c cur->bc_private.a.priv.refc.nr_ops = 0; nr_ops 16 include/rdma/rw.h u32 nr_ops;