Searched refs:refcount_remove_many (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Drefcount.h73 int64_t refcount_remove_many(refcount_t *rc, uint64_t number, void *holder_tag);
99 #define refcount_remove_many(rc, number, holder) \ macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Drefcount.c153 refcount_remove_many(refcount_t *rc, uint64_t number, void *holder) function
203 return (refcount_remove_many(rc, 1, holder));
H A Darc.c2039 (void) refcount_remove_many(&state->arcs_esize[type],
2046 (void) refcount_remove_many(&state->arcs_esize[type],
2053 (void) refcount_remove_many(&state->arcs_esize[type],
2264 (void) refcount_remove_many(&old_state->arcs_size,
2289 (void) refcount_remove_many(
2295 (void) refcount_remove_many(
2586 (void) refcount_remove_many(&state->arcs_esize[type],
2589 (void) refcount_remove_many(&state->arcs_size, size, hdr);
2966 (void) refcount_remove_many(&dev->l2ad_alloc, arc_hdr_size(hdr), hdr);
3035 (void) refcount_remove_many(
[all...]
H A Ddbuf.c481 (void) refcount_remove_many(&dbuf_cache_size,
2086 (void) refcount_remove_many(&dbuf_cache_size,
2616 (void) refcount_remove_many(&dbuf_cache_size,

Completed in 79 milliseconds