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

/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Drefcount.h73 int64_t refcount_add_many(refcount_t *rc, uint64_t number, void *holder_tag);
94 #define refcount_add_many(rc, number, holder) \ macro
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Drefcount.c118 refcount_add_many(refcount_t *rc, uint64_t number, void *holder) function
142 return (refcount_add_many(rc, 1, holder));
H A Ddmu_tx.c1378 (void) refcount_add_many(&tx->tx_space_written, delta, NULL);
1380 (void) refcount_add_many(&tx->tx_space_freed, -delta, NULL);
H A Darc.c1550 (void) refcount_add_many(&dev->l2ad_alloc,
1900 (void) refcount_add_many(&new_state->arcs_size,
1912 (void) refcount_add_many(&new_state->arcs_size,
3896 (void) refcount_add_many(&state->arcs_size, size, buf);
4874 (void) refcount_add_many(&arc_anon->arcs_size, blksz, buf);
6531 (void) refcount_add_many(&dev->l2ad_alloc, buf_sz, hdr);

Completed in 176 milliseconds