Home
last modified time | relevance | path

Searched refs:atomic_subtract_ptr (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/sys/powerpc/include/
H A Datomic.h430 #define atomic_subtract_ptr atomic_subtract_long macro
434 #define atomic_subtract_ptr atomic_subtract_int
/freebsd-13.1/sys/riscv/include/
H A Datomic.h460 #define atomic_subtract_ptr atomic_subtract_64 macro
/freebsd-13.1/sys/amd64/include/
H A Datomic.h631 #define atomic_subtract_ptr atomic_subtract_long macro
/freebsd-13.1/sys/arm64/include/
H A Datomic.h547 #define atomic_subtract_ptr atomic_subtract_64 macro
/freebsd-13.1/sys/sys/
H A Datomic_san.h270 #define atomic_subtract_ptr ATOMIC_SAN(subtract_ptr) macro
/freebsd-13.1/sys/mips/include/
H A Datomic.h769 #define atomic_subtract_ptr atomic_subtract_long macro
/freebsd-13.1/sys/i386/include/
H A Datomic.h891 #define atomic_subtract_ptr(p, v) \ macro