Searched refs:refcount_add_many (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| D | dmu_tx.c | 211 (void) refcount_add_many(&txh->txh_space_tooverwrite, in dmu_tx_count_twig() 214 (void) refcount_add_many(&txh->txh_space_towrite, in dmu_tx_count_twig() 219 (void) refcount_add_many(&txh->txh_space_tounref, in dmu_tx_count_twig() 352 (void) refcount_add_many( in dmu_tx_count_write() 371 (void) refcount_add_many(&txh->txh_space_towrite, in dmu_tx_count_write() 387 (void) refcount_add_many(&txh->txh_space_towrite, in dmu_tx_count_write() 394 (void) refcount_add_many(&txh->txh_space_towrite, in dmu_tx_count_write() 420 (void) refcount_add_many(&txh->txh_space_tooverwrite, in dmu_tx_count_dnode() 422 (void) refcount_add_many(&txh->txh_space_tounref, space, FTAG); in dmu_tx_count_dnode() 424 (void) refcount_add_many(&txh->txh_space_towrite, space, FTAG); in dmu_tx_count_dnode() [all …]
|
| D | refcount.c | 129 refcount_add_many(refcount_t *rc, uint64_t number, void *holder) in refcount_add_many() function 153 return (refcount_add_many(rc, 1, holder)); in refcount_add()
|
| D | zap.c | 1372 (void) refcount_add_many(tooverwrite, in fzap_count_write() 1375 (void) refcount_add_many(towrite, in fzap_count_write() 1389 (void) refcount_add_many(towrite, in fzap_count_write() 1392 (void) refcount_add_many(towrite, in fzap_count_write() 1407 (void) refcount_add_many(tooverwrite, l->l_dbuf->db_size, FTAG); in fzap_count_write() 1413 (void) refcount_add_many(towrite, in fzap_count_write()
|
| D | zap_micro.c | 1512 (void) refcount_add_many(towrite, in zap_count_write_by_dnode() 1538 (void) refcount_add_many(towrite, in zap_count_write_by_dnode() 1558 (void) refcount_add_many(tooverwrite, in zap_count_write_by_dnode() 1561 (void) refcount_add_many(towrite, in zap_count_write_by_dnode() 1566 (void) refcount_add_many(towrite, in zap_count_write_by_dnode()
|
| D | arc.c | 2111 (void) refcount_add_many(&state->arcs_esize[type], lsize, hdr); in arc_evictable_space_increment() 2117 (void) refcount_add_many(&state->arcs_esize[type], in arc_evictable_space_increment() 2126 (void) refcount_add_many(&state->arcs_esize[type], lsize, buf); in arc_evictable_space_increment() 2320 (void) refcount_add_many(&new_state->arcs_size, in arc_change_state() 2348 (void) refcount_add_many(&new_state->arcs_size, in arc_change_state() 2354 (void) refcount_add_many(&new_state->arcs_size, in arc_change_state() 2998 (void) refcount_add_many(&dev->l2ad_alloc, arc_hdr_size(nhdr), nhdr); in arc_hdr_realloc() 4434 (void) refcount_add_many(&state->arcs_size, size, tag); in arc_get_data_buf() 4447 (void) refcount_add_many(&state->arcs_esize[type], in arc_get_data_buf() 5455 (void) refcount_add_many(&arc_anon->arcs_size, in arc_release() [all …]
|
| D | dbuf.c | 2816 (void) refcount_add_many(&dbuf_cache_size, in dbuf_rele_and_unlock()
|
| /netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
| D | refcount.h | 74 int64_t refcount_add_many(refcount_t *rc, uint64_t number, void *holder_tag); 99 #define refcount_add_many(rc, number, holder) \
|