Home
last modified time | relevance | path

Searched defs:atomic_readandclear_long (Results 1 – 8 of 8) sorted by relevance

/NextBSD/sys/powerpc/include/
HDatomic.h466 atomic_readandclear_long(volatile u_long *addr) in atomic_readandclear_long() function
494 atomic_readandclear_long(volatile u_long *addr) in atomic_readandclear_long() function
/NextBSD/sys/mips/include/
HDatomic.h603 #define atomic_readandclear_long atomic_readandclear_64 macro
647 #define atomic_readandclear_long(p) \ macro
/NextBSD/sys/arm64/include/
HDatomic.h340 #define atomic_readandclear_long atomic_readandclear_64 macro
/NextBSD/sys/arm/include/
HDatomic-v4.h429 atomic_readandclear_long(volatile u_long *p) in atomic_readandclear_long() function
HDatomic-v6.h443 atomic_readandclear_long(volatile u_long *p) in atomic_readandclear_long() function
/NextBSD/sys/riscv/include/
HDatomic.h330 #define atomic_readandclear_long atomic_readandclear_64 macro
/NextBSD/sys/amd64/include/
HDatomic.h484 #define atomic_readandclear_long(p) atomic_swap_long(p, 0) macro
/NextBSD/sys/i386/include/
HDatomic.h695 #define atomic_readandclear_long(p) atomic_swap_long(p, 0) macro