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

/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Drefcount.h72 int64_t refcount_remove(refcount_t *rc, void *holder_tag);
93 #define refcount_remove(rc, holder) atomic_dec_64_nv(&(rc)->rc_count) macro
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Drrwlock.c260 count = refcount_remove(&rrl->rr_linked_rcount, tag);
263 count = refcount_remove(&rrl->rr_anon_rcount, tag);
H A Drefcount.c194 refcount_remove(refcount_t *rc, void *holder) function
H A Dspa_misc.c495 if (refcount_remove(&scl->scl_count, tag) == 0) {
840 (void) refcount_remove(&spa->spa_refcount, tag);
854 (void) refcount_remove(&spa->spa_refcount, tag);
H A Ddmu_tx.c1251 if (refcount_remove(&dn->dn_tx_holds, tx) == 0) {
1406 if (refcount_remove(&dn->dn_tx_holds, tx) == 0) {
H A Darc.c1783 if (((cnt = refcount_remove(&hdr->b_l1hdr.b_refcnt, tag)) == 0) &&
2094 (void) refcount_remove(&hdr->b_l1hdr.b_refcnt, arc_onloan_tag);
2108 (void) refcount_remove(&hdr->b_l1hdr.b_refcnt, tag);
H A Dsa.c1318 if (refcount_remove(&idx_tab->sa_refcount, NULL) == 0) {
H A Ddbuf.c1493 if (refcount_remove(&db->db_holds, (void *)(uintptr_t)txg) == 0) {
2420 holds = refcount_remove(&db->db_holds, tag);
H A Ddnode.c1241 refs = refcount_remove(&dn->dn_holds, tag);
H A Ddsl_dataset.c656 (void) refcount_remove(&ds->ds_longholds, tag);

Completed in 113 milliseconds