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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Drefcount.h72 int64_t refcount_add_many(refcount_t *rc, uint64_t number, void *holder_tag);
97 #define refcount_add_many(rc, number, holder) \ macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c211 (void) refcount_add_many(&txh->txh_space_tooverwrite,
214 (void) refcount_add_many(&txh->txh_space_towrite,
219 (void) refcount_add_many(&txh->txh_space_tounref,
352 (void) refcount_add_many(
371 (void) refcount_add_many(&txh->txh_space_towrite,
387 (void) refcount_add_many(&txh->txh_space_towrite,
394 (void) refcount_add_many(&txh->txh_space_towrite,
420 (void) refcount_add_many(&txh->txh_space_tooverwrite,
422 (void) refcount_add_many(&txh->txh_space_tounref, space, FTAG);
424 (void) refcount_add_many(
[all...]
H A Drefcount.c125 refcount_add_many(refcount_t *rc, uint64_t number, void *holder) function
149 return (refcount_add_many(rc, 1, holder));
H A Dzap.c1347 (void) refcount_add_many(tooverwrite,
1350 (void) refcount_add_many(towrite,
1364 (void) refcount_add_many(towrite,
1367 (void) refcount_add_many(towrite,
1382 (void) refcount_add_many(tooverwrite, l->l_dbuf->db_size, FTAG);
1388 (void) refcount_add_many(towrite,
H A Dzap_micro.c1460 (void) refcount_add_many(towrite,
1486 (void) refcount_add_many(towrite,
1506 (void) refcount_add_many(tooverwrite,
1509 (void) refcount_add_many(towrite,
1514 (void) refcount_add_many(towrite,
H A Darc.c2004 (void) refcount_add_many(&state->arcs_esize[type],
2011 (void) refcount_add_many(&state->arcs_esize[type],
2018 (void) refcount_add_many(&state->arcs_esize[type],
2210 (void) refcount_add_many(&new_state->arcs_size,
2236 (void) refcount_add_many(&new_state->arcs_size,
2242 (void) refcount_add_many(&new_state->arcs_size,
2967 (void) refcount_add_many(&dev->l2ad_alloc, arc_hdr_size(nhdr), nhdr);
4315 (void) refcount_add_many(&state->arcs_size, size, tag);
4328 (void) refcount_add_many(&state->arcs_esize[type],
5287 (void) refcount_add_many(
[all...]
H A Ddbuf.c2835 (void) refcount_add_many(&dbuf_cache_size,

Completed in 94 milliseconds