Home
last modified time | relevance | path

Searched refs:zfs_refcount_remove_many (Results 1 – 9 of 9) sorted by relevance

/src/sys/contrib/openzfs/include/sys/
H A Dzfs_refcount.h91 int64_t zfs_refcount_remove_many(zfs_refcount_t *, uint64_t, const void *);
124 #define zfs_refcount_remove_many(rc, number, holder) \
/src/sys/contrib/openzfs/module/zfs/
H A Drefcount.c169 zfs_refcount_remove_many(zfs_refcount_t *rc, uint64_t number, in zfs_refcount_remove_many() function
214 return (zfs_refcount_remove_many(rc, 1, holder)); in zfs_refcount_remove()
221 (void) zfs_refcount_remove_many(rc, number, holder); in zfs_refcount_remove_few()
H A Darc.c2292 (void) zfs_refcount_remove_many(&state->arcs_esize[type], in arc_evictable_space_decrement()
2298 (void) zfs_refcount_remove_many(&state->arcs_esize[type], in arc_evictable_space_decrement()
2302 (void) zfs_refcount_remove_many(&state->arcs_esize[type], in arc_evictable_space_decrement()
2310 (void) zfs_refcount_remove_many(&state->arcs_esize[type], in arc_evictable_space_decrement()
2569 (void) zfs_refcount_remove_many( in arc_change_state()
2592 (void) zfs_refcount_remove_many( in arc_change_state()
2600 (void) zfs_refcount_remove_many( in arc_change_state()
2606 (void) zfs_refcount_remove_many( in arc_change_state()
2965 (void) zfs_refcount_remove_many(&state->arcs_esize[type], in arc_hdr_free_on_write()
2968 (void) zfs_refcount_remove_many(&state->arcs_size[type], size, hdr); in arc_hdr_free_on_write()
[all …]
H A Dabd.c320 (void) zfs_refcount_remove_many(&abd->abd_parent->abd_children, in abd_free()
385 (void) zfs_refcount_remove_many( in abd_gang_add_gang()
H A Ddbuf.c583 (void) zfs_refcount_remove_many( in dbuf_evict_user()
798 (void) zfs_refcount_remove_many( in dbuf_evict_one()
800 (void) zfs_refcount_remove_many( in dbuf_evict_one()
3242 (void) zfs_refcount_remove_many( in dbuf_destroy()
3991 (void) zfs_refcount_remove_many( in dbuf_hold_impl()
3993 (void) zfs_refcount_remove_many( in dbuf_hold_impl()
H A Dmetaslab.c4852 (void) zfs_refcount_remove_many(&mga->mga_queue_depth, psize, tag); in metaslab_group_alloc_decrement()
/src/sys/contrib/openzfs/lib/libzpool/
H A Dabd_os.c413 (void) zfs_refcount_remove_many(&abd->abd_children, n, buf); in abd_return_buf()
/src/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dabd_os.c641 (void) zfs_refcount_remove_many(&abd->abd_children, n, buf); in abd_return_buf()
/src/sys/contrib/openzfs/module/os/linux/zfs/
H A Dabd_os.c1042 (void) zfs_refcount_remove_many(&abd->abd_children, n, buf); in abd_return_buf()