Searched refs:refcount_add (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/uts/common/fs/zfs/sys/ |
H A D | refcount.h | 69 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 D | rrwlock.c | 186 (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 D | refcount.c | 140 refcount_add(refcount_t *rc, void *holder) in refcount_add() function
|
H A D | spa_misc.c | 400 (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 D | dnode.c | 1096 (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 D | dmu_tx.c | 123 (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 D | dbuf.c | 1911 (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 D | arc.c | 1857 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 D | dmu.c | 285 if (refcount_add(&db->db_holds, tag) == 1) { in dmu_bonus_hold()
|
H A D | sa.c | 1335 (void) refcount_add(&idx_tab->sa_refcount, NULL); in sa_idx_tab_hold()
|
H A D | dsl_dataset.c | 654 (void) refcount_add(&ds->ds_longholds, tag); in dsl_dataset_long_hold()
|