Searched refs:refcount_held (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzio.c2350 VERIFY(refcount_held(&mc->mc_alloc_slots[pio->io_allocator],
H A Drefcount.c272 refcount_held(refcount_t *rc, void *holder) function
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Drefcount.h78 boolean_t refcount_held(refcount_t *, void *);
109 #define refcount_held(rc, holder) ((rc)->rc_count > 0) macro

Completed in 208 milliseconds