Home
last modified time | relevance | path

Searched refs:refcount_add (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Drefcount.h69 int64_t refcount_add(refcount_t *rc, void *holder_tag);
90 #define refcount_add(rc, holder) atomic_inc_64_nv(&(rc)->rc_count)
/titanic_41/usr/src/uts/common/fs/zfs/
H A Drrwlock.c186 (void) refcount_add(&rrl->rr_linked_rcount, tag); in rrw_enter_read_impl()
188 (void) refcount_add(&rrl->rr_anon_rcount, tag); in rrw_enter_read_impl()
H A Drefcount.c140 refcount_add(refcount_t *rc, void *holder) in refcount_add() function
H A Dspa_misc.c400 (void) refcount_add(&scl->scl_count, tag); in spa_config_tryenter()
433 (void) refcount_add(&scl->scl_count, tag); in spa_config_enter()
770 (void) refcount_add(&spa->spa_refcount, tag); in spa_open_ref()
H A Ddnode.c1096 (void) refcount_add(&dn->dn_holds, tag); in dnode_hold_impl()
1180 if (refcount_add(&dn->dn_holds, tag) == 1) in dnode_hold_impl()
1218 VERIFY(1 < refcount_add(&dn->dn_holds, tag)); in dnode_add_ref()
H A Ddmu_tx.c123 (void) refcount_add(&dn->dn_tx_holds, tx); in dmu_tx_hold_object_impl()
1168 (void) refcount_add(&dn->dn_tx_holds, tx); in dmu_tx_try_assign()
H A Ddbuf.c1911 (void) refcount_add(&dn->dn_holds, db); in dbuf_create()
2265 (void) refcount_add(&db->db_holds, tag); in dbuf_hold_impl()
2337 int64_t holds = refcount_add(&db->db_holds, tag); in dbuf_add_ref()
2357 (void) refcount_add(&db->db_holds, tag); in dbuf_try_add_ref()
H A Darc.c1857 if ((refcount_add(&hdr->b_l1hdr.b_refcnt, tag) == 1) && in add_reference()
2172 (void) refcount_add(&hdr->b_l1hdr.b_refcnt, tag); in arc_buf_alloc()
2240 (void) refcount_add(&hdr->b_l1hdr.b_refcnt, tag); in arc_return_buf()
2254 (void) refcount_add(&hdr->b_l1hdr.b_refcnt, arc_onloan_tag); in arc_loan_inuse_buf()
4893 (void) refcount_add(&nhdr->b_l1hdr.b_refcnt, tag); in arc_release()
H A Ddmu.c285 if (refcount_add(&db->db_holds, tag) == 1) { in dmu_bonus_hold()
H A Dsa.c1335 (void) refcount_add(&idx_tab->sa_refcount, NULL); in sa_idx_tab_hold()
H A Ddsl_dataset.c654 (void) refcount_add(&ds->ds_longholds, tag); in dsl_dataset_long_hold()