Home
last modified time | relevance | path

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

/titanic_53/usr/src/uts/common/fs/zfs/sys/
H A Drefcount.h72 int64_t refcount_remove_many(refcount_t *rc, uint64_t number, void *holder_tag);
94 #define refcount_remove_many(rc, number, holder) \
/titanic_53/usr/src/uts/common/fs/zfs/
H A Drefcount.c146 refcount_remove_many(refcount_t *rc, uint64_t number, void *holder) in refcount_remove_many() function
196 return (refcount_remove_many(rc, 1, holder)); in refcount_remove()
H A Darc.c1347 (void) refcount_remove_many(&dev->l2ad_alloc, in arc_hdr_realloc()
1730 (void) refcount_remove_many(&old_state->arcs_size, in arc_change_state()
1742 (void) refcount_remove_many( in arc_change_state()
2105 (void) refcount_remove_many(&state->arcs_size, size, buf); in arc_buf_destroy()
2183 (void) refcount_remove_many(&dev->l2ad_alloc, in arc_hdr_l2hdr_destroy()
4562 (void) refcount_remove_many( in arc_release()
5641 (void) refcount_remove_many(&dev->l2ad_alloc, in l2arc_write_done()