Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/xen/
Dgntdev.c919 unsigned int nr_ops; member
961 gnttab_batch_copy(batch->ops, batch->nr_ops); in gntdev_copy()
968 for (i = 0; i < batch->nr_ops; i++) { in gntdev_copy()
985 batch->nr_ops = 0; in gntdev_copy()
1023 if (batch->nr_ops >= GNTDEV_COPY_BATCH) { in gntdev_grant_copy_seg()
1031 op = &batch->ops[batch->nr_ops]; in gntdev_grant_copy_seg()
1077 batch->status[batch->nr_ops] = status; in gntdev_grant_copy_seg()
1078 batch->nr_ops++; in gntdev_grant_copy_seg()
1094 batch.nr_ops = 0; in gntdev_ioctl_grant_copy()
1111 if (batch.nr_ops) in gntdev_ioctl_grant_copy()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_refcount.c846 if (cur->bc_private.a.priv.refc.nr_ops > 2 && in xfs_refcount_still_have_space()
851 if (cur->bc_private.a.priv.refc.nr_ops == 0) in xfs_refcount_still_have_space()
856 cur->bc_private.a.priv.refc.nr_ops * XFS_REFCOUNT_ITEM_OVERHEAD; in xfs_refcount_still_have_space()
920 cur->bc_private.a.priv.refc.nr_ops++; in xfs_refcount_adjust_extents()
955 cur->bc_private.a.priv.refc.nr_ops++; in xfs_refcount_adjust_extents()
962 cur->bc_private.a.priv.refc.nr_ops++; in xfs_refcount_adjust_extents()
1095 unsigned long nr_ops = 0; in xfs_refcount_finish_one() local
1116 nr_ops = rcur->bc_private.a.priv.refc.nr_ops; in xfs_refcount_finish_one()
1135 rcur->bc_private.a.priv.refc.nr_ops = nr_ops; in xfs_refcount_finish_one()
Dxfs_btree.h183 unsigned long nr_ops; /* # record updates */ member
Dxfs_refcount_btree.c346 cur->bc_private.a.priv.refc.nr_ops = 0; in xfs_refcountbt_init_cursor()
/linux-4.19.296/include/rdma/
Drw.h24 u32 nr_ops; member