Home
last modified time | relevance | path

Searched refs:zfs_refcount_remove_few (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Drefcount.h96 void zfs_refcount_remove_few(zfs_refcount_t *, uint64_t, const void *);
127 #define zfs_refcount_remove_few(rc, number, holder) \
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Drefcount.c228 zfs_refcount_remove_few(zfs_refcount_t *rc, uint64_t number, const void *holder) in zfs_refcount_remove_few() function
H A Dmetaslab.c5544 zfs_refcount_remove_few(&mc->mc_alloc_slots[allocator], slots, zio); in metaslab_class_throttle_unreserve()