Home
last modified time | relevance | path

Searched refs:atomic_add_rel_long (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/sys/amd64/include/
H A Datomic.h547 #define atomic_add_rel_long atomic_add_barr_long macro
638 #define atomic_add_rel_64 atomic_add_rel_long
665 #define atomic_add_rel_ptr atomic_add_rel_long
/freebsd-12.1/sys/mips/include/
H A Datomic.h664 #define atomic_add_rel_long atomic_add_rel_64 macro
698 #define atomic_add_rel_long(p, v) \ macro
744 #define atomic_add_rel_ptr atomic_add_rel_long
/freebsd-12.1/sys/riscv/include/
H A Datomic.h551 #define atomic_add_rel_long atomic_add_rel_64 macro
554 #define atomic_add_rel_long atomic_add_rel_64 macro
/freebsd-12.1/sys/powerpc/include/
H A Datomic.h151 #define atomic_add_rel_64 atomic_add_rel_long in _ATOMIC_ADD()
155 #define atomic_add_rel_ptr atomic_add_rel_long in _ATOMIC_ADD()
/freebsd-12.1/sys/arm/include/
H A Datomic-v4.h477 #define atomic_add_rel_long atomic_add_long macro
/freebsd-12.1/sys/arm64/include/
H A Datomic.h480 #define atomic_add_rel_long atomic_add_rel_64 macro
/freebsd-12.1/sys/i386/include/
H A Datomic.h801 #define atomic_add_rel_long atomic_add_barr_long macro
/freebsd-12.1/sys/kern/
H A Dvfs_cache.c711 atomic_add_rel_long(&numneg, 1); in cache_negative_insert()
1803 atomic_add_rel_long(&numcachehv, 1); in cache_enter_time()