Searched refs:refcount_remove (Results 1 – 9 of 9) sorted by relevance
| /onnv-gate/usr/src/uts/common/fs/zfs/sys/ |
| H A D | refcount.h | 67 int64_t refcount_remove(refcount_t *rc, void *holder_tag); 87 #define refcount_remove(rc, holder) atomic_add_64_nv(&(rc)->rc_count, -1)
|
| /onnv-gate/usr/src/uts/common/fs/zfs/ |
| H A D | rrwlock.c | 234 count = refcount_remove(&rrl->rr_linked_rcount, tag); in rrw_exit() 236 count = refcount_remove(&rrl->rr_anon_rcount, tag); in rrw_exit()
|
| H A D | refcount.c | 187 refcount_remove(refcount_t *rc, void *holder) in refcount_remove() function
|
| H A D | spa_misc.c | 350 if (refcount_remove(&scl->scl_count, tag) == 0) { in spa_config_exit() 592 (void) refcount_remove(&spa->spa_refcount, tag); in spa_close()
|
| H A D | dmu_tx.c | 1024 if (refcount_remove(&dn->dn_tx_holds, tx) == 0) { in dmu_tx_unassign() 1137 if (refcount_remove(&dn->dn_tx_holds, tx) == 0) { in dmu_tx_commit()
|
| H A D | arc.c | 1034 if (((cnt = refcount_remove(&ab->b_refcnt, tag)) == 0) && in remove_reference() 1268 (void) refcount_remove(&hdr->b_refcnt, arc_onloan_tag); in arc_return_buf() 1282 (void) refcount_remove(&hdr->b_refcnt, tag); in arc_loan_inuse_buf()
|
| H A D | dbuf.c | 1355 if (refcount_remove(&db->db_holds, (void *)(uintptr_t)txg) == 0) { in dbuf_undirty() 2030 holds = refcount_remove(&db->db_holds, tag); in dbuf_rele_and_unlock()
|
| H A D | sa.c | 1293 if (refcount_remove(&idx_tab->sa_refcount, NULL) == 0) { in sa_idx_tab_rele()
|
| H A D | dnode.c | 1170 refs = refcount_remove(&dn->dn_holds, tag); in dnode_rele()
|