Searched refs:refcount_create (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Drefcount.h61 /* Note: refcount_t must be initialized with refcount_create[_untracked]() */
63 void refcount_create(refcount_t *rc);
88 #define refcount_create(rc) ((rc)->rc_count = 0) macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Drefcount.c59 refcount_create(refcount_t *rc) function
74 refcount_create(rc);
81 refcount_create(rc);
H A Drrwlock.c146 refcount_create(&rrl->rr_anon_rcount);
147 refcount_create(&rrl->rr_linked_rcount);
H A Ddmu_tx.c60 refcount_create(&tx->tx_space_written);
61 refcount_create(&tx->tx_space_freed);
132 refcount_create(&txh->txh_space_towrite);
133 refcount_create(&txh->txh_space_tofree);
134 refcount_create(&txh->txh_space_tooverwrite);
135 refcount_create(&txh->txh_space_tounref);
136 refcount_create(&txh->txh_memory_tohold);
137 refcount_create(&txh->txh_fudge);
H A Darc.c1284 refcount_create(&hdr->b_l1hdr.b_refcnt);
5810 refcount_create(&arc_anon->arcs_esize[ARC_BUFC_METADATA]);
5811 refcount_create(&arc_anon->arcs_esize[ARC_BUFC_DATA]);
5812 refcount_create(&arc_mru->arcs_esize[ARC_BUFC_METADATA]);
5813 refcount_create(&arc_mru->arcs_esize[ARC_BUFC_DATA]);
5814 refcount_create(&arc_mru_ghost->arcs_esize[ARC_BUFC_METADATA]);
5815 refcount_create(&arc_mru_ghost->arcs_esize[ARC_BUFC_DATA]);
5816 refcount_create(&arc_mfu->arcs_esize[ARC_BUFC_METADATA]);
5817 refcount_create(&arc_mfu->arcs_esize[ARC_BUFC_DATA]);
5818 refcount_create(
[all...]
H A Dspa_misc.c610 refcount_create(&spa->spa_refcount);
H A Dsa.c1544 refcount_create(&idx_tab->sa_refcount);
H A Ddbuf.c145 refcount_create(&db->db_holds);
628 refcount_create(&dbuf_cache_size);
H A Ddnode.c118 refcount_create(&dn->dn_tx_holds);
H A Ddsl_dataset.c452 refcount_create(&ds->ds_longholds);

Completed in 113 milliseconds