Searched defs:atomic64_xchg (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/arch/sparc/include/asm/ |
D | atomic_64.h | 61 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/Linux-v5.10/lib/ |
D | atomic64.c | 163 s64 atomic64_xchg(atomic64_t *v, s64 new) in atomic64_xchg() function
|
/Linux-v5.10/arch/s390/include/asm/ |
D | atomic.h | 131 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/Linux-v5.10/arch/parisc/include/asm/ |
D | atomic.h | 224 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/Linux-v5.10/arch/alpha/include/asm/ |
D | atomic.h | 202 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() macro
|
/Linux-v5.10/arch/ia64/include/asm/ |
D | atomic.h | 215 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | atomic.h | 508 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/Linux-v5.10/include/asm-generic/ |
D | atomic-instrumented.h | 1422 atomic64_xchg(atomic64_t *v, s64 i) in atomic64_xchg() function 1427 #define atomic64_xchg atomic64_xchg macro
|
/Linux-v5.10/include/linux/ |
D | atomic-fallback.h | 2164 atomic64_xchg(atomic64_t *v, s64 i) in atomic64_xchg() function 2172 #define atomic64_xchg atomic64_xchg macro
|