Searched defs:atomic64_xchg (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/arch/tile/include/asm/ |
D | atomic.h | 169 static inline long long atomic64_xchg(atomic64_t *v, long long n) in atomic64_xchg() function
|
/linux-4.1.27/lib/ |
D | atomic64.c | 140 long long atomic64_xchg(atomic64_t *v, long long new) in atomic64_xchg() function
|
/linux-4.1.27/arch/x86/include/asm/ |
D | atomic64_64.h | 169 static inline long atomic64_xchg(atomic64_t *v, long new) in atomic64_xchg() function
|
D | atomic64_32.h | 87 static inline long long atomic64_xchg(atomic64_t *v, long long n) in atomic64_xchg() function
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | atomic_64.h | 92 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | atomic.h | 120 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() macro
|
/linux-4.1.27/arch/frv/include/asm/ |
D | atomic.h | 182 #define atomic64_xchg(v, new) (__xchg_64(new, &(v)->counter)) macro
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | atomic.h | 212 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | atomic.h | 123 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | atomic.h | 225 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | atomic.h | 416 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/linux-4.1.27/arch/mips/include/asm/ |
D | atomic.h | 494 #define atomic64_xchg(v, new) (xchg(&((v)->counter), (new))) macro
|
/linux-4.1.27/arch/arm/include/asm/ |
D | atomic.h | 354 static inline long long atomic64_xchg(atomic64_t *ptr, long long new) in atomic64_xchg() function
|
/linux-4.1.27/arch/s390/include/asm/ |
D | atomic.h | 260 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|