Searched refs:refcount_add (Results 1 – 11 of 11) sorted by relevance
| /titanic_53/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_53/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 | 404 (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 D | dnode.c | 1095 (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 D | dmu_tx.c | 124 (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 D | dbuf.c | 1947 (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 D | arc.c | 1538 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 D | dmu.c | 285 if (refcount_add(&db->db_holds, tag) == 1) { in dmu_bonus_hold()
|
| H A D | sa.c | 1334 (void) refcount_add(&idx_tab->sa_refcount, NULL); in sa_idx_tab_hold()
|
| H A D | dsl_dataset.c | 668 (void) refcount_add(&ds->ds_longholds, tag); in dsl_dataset_long_hold()
|