Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/include/sys/
HDzfs_refcount.h88 void zfs_refcount_remove_few(zfs_refcount_t *, uint64_t, const void *);
119 #define zfs_refcount_remove_few(rc, number, holder) \
/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDrefcount.c216 zfs_refcount_remove_few(zfs_refcount_t *rc, uint64_t number, const void *holder) in zfs_refcount_remove_few() function
HDmetaslab.c5659 zfs_refcount_remove_few(&mca->mca_alloc_slots, slots, zio); in metaslab_class_throttle_unreserve()