Searched refs:refcount_add_many (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Drefcount.h74 int64_t refcount_add_many(refcount_t *rc, uint64_t number, void *holder_tag);
99 #define refcount_add_many(rc, number, holder) \ macro
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Drefcount.c129 refcount_add_many(refcount_t *rc, uint64_t number, void *holder) function
153 return (refcount_add_many(rc, 1, holder));
H A Ddmu_tx.c216 (void) refcount_add_many(&txh->txh_space_towrite, len, FTAG);
283 (void) refcount_add_many(&txh->txh_space_towrite, DNODE_SIZE, FTAG);
315 (void) refcount_add_many(&txh->txh_space_towrite,
423 (void) refcount_add_many(&txh->txh_memory_tohold,
484 (void) refcount_add_many(&txh->txh_space_towrite,
574 (void) refcount_add_many(&txh->txh_space_towrite, space, FTAG);
1258 (void) refcount_add_many(&txh->txh_space_towrite,
H A Darc.c2409 (void) refcount_add_many(&state->arcs_esize[type],
2416 (void) refcount_add_many(&state->arcs_esize[type],
2423 (void) refcount_add_many(&state->arcs_esize[type],
2615 (void) refcount_add_many(&new_state->arcs_size,
2641 (void) refcount_add_many(&new_state->arcs_size,
2647 (void) refcount_add_many(&new_state->arcs_size,
3392 (void) refcount_add_many(&dev->l2ad_alloc, arc_hdr_size(nhdr), nhdr);
4945 (void) refcount_add_many(&state->arcs_size, size, tag);
4958 (void) refcount_add_many(&state->arcs_esize[type],
6073 (void) refcount_add_many(
[all...]
H A Dabd.c491 (void) refcount_add_many(&sabd->abd_children, abd->abd_size, abd);
569 (void) refcount_add_many(&abd->abd_children, n, buf);
H A Ddbuf.c2945 (void) refcount_add_many(&dbuf_caches[dcs].size,

Completed in 101 milliseconds