Searched refs:atomic_fetchadd_64 (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/compat/linuxkpi/common/include/asm/
H A Datomic64.h59 return i + atomic_fetchadd_64(&v->counter, i);
65 return atomic_fetchadd_64(&v->counter, -i) - i;
83 return atomic_fetchadd_64(&v->counter, 1) + 1;
89 return atomic_fetchadd_64(&v->counter, -1) - 1;
/freebsd-11-stable/sys/arm64/include/
H A Datomic.h229 atomic_fetchadd_64(volatile uint64_t *p, uint64_t val) function
400 #define atomic_fetchadd_long atomic_fetchadd_64
410 #define atomic_fetchadd_ptr atomic_fetchadd_64
/freebsd-11-stable/sys/riscv/include/
H A Datomic.h361 atomic_fetchadd_64(volatile uint64_t *p, uint64_t val) function
419 #define atomic_fetchadd_long atomic_fetchadd_64
428 #define atomic_fetchadd_ptr atomic_fetchadd_64
/freebsd-11-stable/sys/i386/include/
H A Datomic.h135 uint64_t atomic_fetchadd_64(volatile uint64_t *, uint64_t);
617 atomic_fetchadd_64(volatile uint64_t *p, uint64_t v) function
888 #define atomic_fetchadd_acq_64 atomic_fetchadd_64
889 #define atomic_fetchadd_rel_64 atomic_fetchadd_64
/freebsd-11-stable/sys/mips/include/
H A Datomic.h549 atomic_fetchadd_64(__volatile uint64_t *p, uint64_t v) function
674 #define atomic_fetchadd_long atomic_fetchadd_64
/freebsd-11-stable/sys/arm/include/
H A Datomic-v4.h201 atomic_fetchadd_64(volatile uint64_t *p, uint64_t v) function
H A Datomic-v6.h431 atomic_fetchadd_64(volatile uint64_t *p, uint64_t val) function
/freebsd-11-stable/sys/sparc64/include/
H A Datomic.h360 #define atomic_fetchadd_64 atomic_add_64 macro
/freebsd-11-stable/sys/amd64/include/
H A Datomic.h650 #define atomic_fetchadd_64 atomic_fetchadd_long macro
/freebsd-11-stable/sys/powerpc/include/
H A Datomic.h862 #define atomic_fetchadd_64 atomic_fetchadd_long macro

Completed in 199 milliseconds