Home
last modified time | relevance | path

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

/titanic_53/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_53/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.c404 (void) refcount_add(&scl->scl_count, tag); in spa_config_tryenter()
437 (void) refcount_add(&scl->scl_count, tag); in spa_config_enter()
778 (void) refcount_add(&spa->spa_refcount, tag); in spa_open_ref()
H A Ddnode.c1095 (void) refcount_add(&dn->dn_holds, tag); in dnode_hold_impl()
1179 if (refcount_add(&dn->dn_holds, tag) == 1) in dnode_hold_impl()
1217 VERIFY(1 < refcount_add(&dn->dn_holds, tag)); in dnode_add_ref()
H A Ddmu_tx.c124 (void) refcount_add(&dn->dn_tx_holds, tx); in dmu_tx_hold_object_impl()
1169 (void) refcount_add(&dn->dn_tx_holds, tx); in dmu_tx_try_assign()
H A Ddbuf.c1947 (void) refcount_add(&dn->dn_holds, db); in dbuf_create()
2304 (void) refcount_add(&db->db_holds, tag); in dbuf_hold_impl()
2376 int64_t holds = refcount_add(&db->db_holds, tag); in dbuf_add_ref()
2396 (void) refcount_add(&db->db_holds, tag); in dbuf_try_add_ref()
H A Darc.c1538 if ((refcount_add(&hdr->b_l1hdr.b_refcnt, tag) == 1) && in add_reference()
1853 (void) refcount_add(&hdr->b_l1hdr.b_refcnt, tag); in arc_buf_alloc()
1887 (void) refcount_add(&hdr->b_l1hdr.b_refcnt, tag); in arc_return_buf()
1901 (void) refcount_add(&hdr->b_l1hdr.b_refcnt, arc_onloan_tag); in arc_loan_inuse_buf()
4602 (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.c1334 (void) refcount_add(&idx_tab->sa_refcount, NULL); in sa_idx_tab_hold()
H A Ddsl_dataset.c668 (void) refcount_add(&ds->ds_longholds, tag); in dsl_dataset_long_hold()