Searched defs:refcount_destroy_many (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Drefcount.c86 refcount_destroy_many(refcount_t *rc, uint64_t number) function
109 refcount_destroy_many(rc, 0);
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Drefcount.h67 void refcount_destroy_many(refcount_t *rc, uint64_t number);
92 #define refcount_destroy_many(rc, number) ((rc)->rc_count = 0) macro

Completed in 57 milliseconds