Searched refs:refcount_add_many (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/fs/zfs/sys/ |
H A D | refcount.h | 71 int64_t refcount_add_many(refcount_t *rc, uint64_t number, void *holder_tag); 92 #define refcount_add_many(rc, number, holder) \
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | refcount.c | 118 refcount_add_many(refcount_t *rc, uint64_t number, void *holder) in refcount_add_many() function 142 return (refcount_add_many(rc, 1, holder)); in refcount_add()
|
H A D | dmu_tx.c | 1372 (void) refcount_add_many(&tx->tx_space_written, delta, NULL); in dmu_tx_willuse_space() 1374 (void) refcount_add_many(&tx->tx_space_freed, -delta, NULL); in dmu_tx_willuse_space()
|
H A D | arc.c | 1661 (void) refcount_add_many(&dev->l2ad_alloc, in arc_hdr_realloc() 2013 (void) refcount_add_many(&new_state->arcs_size, in arc_change_state() 2025 (void) refcount_add_many(&new_state->arcs_size, in arc_change_state() 3987 (void) refcount_add_many(&state->arcs_size, size, buf); in arc_get_data_buf() 4896 (void) refcount_add_many(&arc_anon->arcs_size, blksz, buf); in arc_release() 6578 (void) refcount_add_many(&dev->l2ad_alloc, buf_comp_size, hdr); in l2arc_write_buffers() 7594 (void) refcount_add_many(&dev->l2ad_alloc, hdr->b_l2hdr.b_asize, hdr); in l2arc_hdr_restore()
|