Searched defs:atomic64_xchg (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/arch/sparc/include/asm/ |
D | atomic_64.h | 62 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/Linux-v5.4/lib/ |
D | atomic64.c | 163 s64 atomic64_xchg(atomic64_t *v, s64 new) in atomic64_xchg() function
|
/Linux-v5.4/arch/s390/include/asm/ |
D | atomic.h | 125 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/Linux-v5.4/arch/parisc/include/asm/ |
D | atomic.h | 224 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/Linux-v5.4/arch/alpha/include/asm/ |
D | atomic.h | 203 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() macro
|
/Linux-v5.4/arch/mips/include/asm/ |
D | atomic.h | 431 #define atomic64_xchg(v, new) (xchg(&((v)->counter), (new))) macro
|
/Linux-v5.4/arch/ia64/include/asm/ |
D | atomic.h | 216 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | atomic.h | 493 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/Linux-v5.4/include/asm-generic/ |
D | atomic-instrumented.h | 1421 atomic64_xchg(atomic64_t *v, s64 i) in atomic64_xchg() function 1426 #define atomic64_xchg atomic64_xchg macro
|
/Linux-v5.4/include/linux/ |
D | atomic-fallback.h | 1961 atomic64_xchg(atomic64_t *v, s64 i) in atomic64_xchg() function 1969 #define atomic64_xchg atomic64_xchg macro
|