Home
last modified time | relevance | path

Searched defs:atomic_fetchadd_64 (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/amd64/include/
H A Datomic.h564 #define atomic_fetchadd_64 atomic_fetchadd_long macro
/freebsd/sys/riscv/include/
H A Datomic.h440 atomic_fetchadd_64(volatile uint64_t *p, uint64_t val) in atomic_fetchadd_64() function
/freebsd/sys/powerpc/include/
H A Datomic.h983 #define atomic_fetchadd_64 atomic_fetchadd_long macro
/freebsd/sys/sys/
H A Datomic_san.h385 #define atomic_fetchadd_64 ATOMIC_SAN(fetchadd_64) macro
/freebsd/sys/i386/include/
H A Datomic.h540 atomic_fetchadd_64(volatile uint64_t *p, uint64_t v) in atomic_fetchadd_64() function
/freebsd/sys/arm/include/
H A Datomic.h580 atomic_fetchadd_64(volatile uint64_t *p, uint64_t val) in atomic_fetchadd_64() function