Home
last modified time | relevance | path

Searched refs:atomic_dec_32 (Results 1 – 9 of 9) sorted by relevance

/trueos/sys/cddl/compat/opensolaris/sys/
HDatomic.h77 atomic_dec_32(volatile uint32_t *target) in atomic_dec_32() function
/trueos/sys/cddl/contrib/opensolaris/uts/common/dtrace/
HDprofile.c174 atomic_dec_32(&profile_total); in profile_create()
329 atomic_dec_32(&profile_total); in profile_destroy()
HDfasttrap.c1921 atomic_dec_32(&fasttrap_total); in fasttrap_add_probe()
/trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDzio_inject.c506 atomic_dec_32(&zio_injection_enabled); in zio_clear_fault()
HDdbuf.c1593 atomic_dec_32(&dn->dn_dbufs_count); in dbuf_clear()
1814 atomic_dec_32(&dn->dn_dbufs_count); in dbuf_destroy()
2096 atomic_dec_32(&DB_DNODE(db)->dn_dbufs_count); in dbuf_rele_and_unlock()
HDzfs_vfsops.c2326 atomic_dec_32(&zfs_active_fs_count); in zfs_freevfs()
HDzfs_vnops.c233 atomic_dec_32(&zp->z_sync_cnt); in zfs_close()
/trueos/sys/dev/oce/
HDoce_hw.c443 atomic_dec_32(&sc->nifs); in oce_delete_nw_interface()
HDoce_if.h1100 #define atomic_dec_32(x) atomic_subtract_32(x, 1) macro