Searched refs:refcount_remove_many (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/cddl/osnet/dist/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) \
|
| /netbsd-src/external/cddl/osnet/dist/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 | 2147 (void) refcount_remove_many(&state->arcs_esize[type], in arc_evitable_space_decrement() 2154 (void) refcount_remove_many(&state->arcs_esize[type], in arc_evitable_space_decrement() 2163 (void) refcount_remove_many(&state->arcs_esize[type], in arc_evitable_space_decrement() 2375 (void) refcount_remove_many(&old_state->arcs_size, in arc_change_state() 2403 (void) refcount_remove_many( in arc_change_state() 2409 (void) refcount_remove_many( in arc_change_state() 2644 (void) refcount_remove_many(&state->arcs_esize[type], in arc_hdr_free_on_write() 2647 (void) refcount_remove_many(&state->arcs_size, size, hdr); in arc_hdr_free_on_write() 2997 (void) refcount_remove_many(&dev->l2ad_alloc, arc_hdr_size(hdr), hdr); in arc_hdr_realloc() 3038 (void) refcount_remove_many(&dev->l2ad_alloc, asize, hdr); in arc_hdr_l2hdr_destroy() [all …]
|
| H A D | dbuf.c | 482 (void) refcount_remove_many(&dbuf_cache_size, in dbuf_evict_one() 2067 (void) refcount_remove_many(&dbuf_cache_size, in dbuf_destroy() 2597 (void) refcount_remove_many(&dbuf_cache_size, in dbuf_hold_impl()
|