Searched refs:zfs_refcount_remove_many (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zfs_refcount.h | 76 int64_t zfs_refcount_remove_many(zfs_refcount_t *, uint64_t, const void *); 105 #define zfs_refcount_remove_many(rc, number, holder) \
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | refcount.c | 153 zfs_refcount_remove_many(zfs_refcount_t *rc, uint64_t number, in zfs_refcount_remove_many() function 204 return (zfs_refcount_remove_many(rc, 1, holder)); in zfs_refcount_remove()
|
| H A D | arc.c | 2282 (void) zfs_refcount_remove_many(&state->arcs_esize[type], in arc_evictable_space_decrement() 2575 (void) zfs_refcount_remove_many(&old_state->arcs_size, in arc_change_state() 2600 (void) zfs_refcount_remove_many( in arc_change_state() 2609 (void) zfs_refcount_remove_many( in arc_change_state() 2615 (void) zfs_refcount_remove_many( in arc_change_state() 3450 (void) zfs_refcount_remove_many(&dev->l2ad_alloc, in arc_hdr_realloc() 6694 (void) zfs_refcount_remove_many(&state->arcs_size, in arc_release() 6699 (void) zfs_refcount_remove_many( in arc_release() 8283 (void) zfs_refcount_remove_many(&dev->l2ad_alloc, in l2arc_write_done() 8316 zfs_refcount_remove_many(&dev->l2ad_lb_asize, asize, in l2arc_write_done() [all …]
|
| H A D | abd.c | 232 (void) zfs_refcount_remove_many(&abd->abd_parent->abd_children, in abd_put() 679 (void) zfs_refcount_remove_many(&abd->abd_children, n, buf); in abd_return_buf()
|
| H A D | dbuf.c | 687 (void) zfs_refcount_remove_many( in dbuf_evict_one() 2760 (void) zfs_refcount_remove_many( in dbuf_destroy() 3470 (void) zfs_refcount_remove_many( in dbuf_hold_impl()
|