Searched refs:refcount_remove_many (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| H A D | refcount.h | 75 int64_t refcount_remove_many(refcount_t *rc, uint64_t number, void *holder_tag); 101 #define refcount_remove_many(rc, number, holder) \
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| H A D | refcount.c | 157 refcount_remove_many(refcount_t *rc, uint64_t number, void *holder) in refcount_remove_many() function 207 return (refcount_remove_many(rc, 1, holder)); in refcount_remove()
|
| H A D | arc.c | 2533 (void) refcount_remove_many(&state->arcs_esize[type], in arc_evictable_space_decrement() 2540 (void) refcount_remove_many(&state->arcs_esize[type], in arc_evictable_space_decrement() 2547 (void) refcount_remove_many(&state->arcs_esize[type], in arc_evictable_space_decrement() 2807 (void) refcount_remove_many(&old_state->arcs_size, in arc_change_state() 2832 (void) refcount_remove_many( in arc_change_state() 2838 (void) refcount_remove_many( in arc_change_state() 3149 (void) refcount_remove_many(&state->arcs_esize[type], in arc_hdr_free_on_write() 5316 (void) refcount_remove_many(&state->arcs_esize[type], in arc_free_data_impl() 6387 (void) refcount_remove_many(&state->arcs_size, in arc_release() 6392 (void) refcount_remove_many(&state->arcs_esize[type], in arc_release() [all …]
|
| H A D | abd.c | 533 (void) refcount_remove_many(&abd->abd_parent->abd_children, in abd_put() 601 (void) refcount_remove_many(&abd->abd_children, n, buf); in abd_return_buf()
|
| H A D | dbuf.c | 709 (void) refcount_remove_many(&dbuf_caches[DB_DBUF_CACHE].size, in dbuf_evict_one() 2349 (void) refcount_remove_many( in dbuf_destroy() 2983 (void) refcount_remove_many( in __dbuf_hold_impl()
|