Searched refs:refcount_remove_many (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/fs/zfs/sys/ |
H A D | refcount.h | 72 int64_t refcount_remove_many(refcount_t *rc, uint64_t number, void *holder_tag); 94 #define refcount_remove_many(rc, number, holder) \
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | refcount.c | 146 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 D | arc.c | 1658 (void) refcount_remove_many(&dev->l2ad_alloc, in arc_hdr_realloc() 2049 (void) refcount_remove_many(&old_state->arcs_size, in arc_change_state() 2061 (void) refcount_remove_many( in arc_change_state() 2456 (void) refcount_remove_many(&state->arcs_size, size, buf); in arc_buf_destroy() 2534 (void) refcount_remove_many(&dev->l2ad_alloc, in arc_hdr_l2hdr_destroy() 4853 (void) refcount_remove_many( in arc_release() 6010 (void) refcount_remove_many(&dev->l2ad_alloc, in l2arc_write_done()
|