Searched refs:refcount_add (Results 1 - 12 of 12) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | refcount.h | 70 int64_t refcount_add(refcount_t *rc, void *holder_tag); 95 #define refcount_add(rc, holder) atomic_inc_64_nv(&(rc)->rc_count) macro
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | rrwlock.c | 186 (void) refcount_add(&rrl->rr_linked_rcount, tag); 188 (void) refcount_add(&rrl->rr_anon_rcount, tag);
|
H A D | refcount.c | 147 refcount_add(refcount_t *rc, void *holder) function
|
H A D | spa_misc.c | 409 (void) refcount_add(&scl->scl_count, tag); 442 (void) refcount_add(&scl->scl_count, tag); 789 (void) refcount_add(&spa->spa_refcount, tag);
|
H A D | dnode.c | 1090 (void) refcount_add(&dn->dn_holds, tag); 1174 if (refcount_add(&dn->dn_holds, tag) == 1) 1212 VERIFY(1 < refcount_add(&dn->dn_holds, tag));
|
H A D | dmu_tx.c | 124 (void) refcount_add(&dn->dn_tx_holds, tx); 1214 (void) refcount_add(&dn->dn_tx_holds, tx);
|
H A D | dbuf.c | 2301 (void) refcount_add(&dn->dn_holds, db); 2619 (void) refcount_add(&db->db_holds, tag); 2691 int64_t holds = refcount_add(&db->db_holds, tag); 2711 (void) refcount_add(&db->db_holds, tag);
|
H A D | metaslab.c | 2598 (void) refcount_add(&mg->mg_alloc_queue_depth, tag); 3257 reserved_slots = refcount_add(&mc->mc_alloc_slots, zio);
|
H A D | arc.c | 2076 if ((refcount_add(&hdr->b_l1hdr.b_refcnt, tag) == 1) && 2541 (void) refcount_add(&hdr->b_l1hdr.b_refcnt, tag); 2555 (void) refcount_add(&hdr->b_l1hdr.b_refcnt, arc_onloan_tag); 5283 (void) refcount_add(&nhdr->b_l1hdr.b_refcnt, tag);
|
H A D | dmu.c | 328 if (refcount_add(&db->db_holds, tag) == 1) {
|
H A D | sa.c | 1334 (void) refcount_add(&idx_tab->sa_refcount, NULL);
|
H A D | dsl_dataset.c | 673 (void) refcount_add(&ds->ds_longholds, tag);
|
Completed in 130 milliseconds