Searched defs:atomic_dec_32 (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Datomic.h89 atomic_dec_32(volatile uint32_t *target) function
/freebsd-current/sys/cddl/compat/opensolaris/sys/
H A Datomic.h81 atomic_dec_32(volatile uint32_t *target) function
/freebsd-current/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Datomic.h42 #define atomic_dec_32(v) atomic_dec((atomic_t *)(v)) macro
/freebsd-current/sys/dev/oce/
H A Doce_if.h1118 #define atomic_dec_32(x) atomic_subtract_32(x, 1) macro

Completed in 77 milliseconds