Searched defs:atomic64_xchg (Results 1 – 14 of 14) sorted by relevance
/linux-3.3/arch/x86/include/asm/ |
D | atomic64_64.h | 189 static inline long atomic64_xchg(atomic64_t *v, long new) in atomic64_xchg() function
|
D | atomic64_32.h | 48 static inline long long atomic64_xchg(atomic64_t *v, long long n) in atomic64_xchg() function
|
/linux-3.3/arch/s390/include/asm/ |
D | atomic.h | 170 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro 210 static inline long long atomic64_xchg(atomic64_t *v, long long new) in atomic64_xchg() function
|
/linux-3.3/lib/ |
D | atomic64.c | 147 long long atomic64_xchg(atomic64_t *v, long long new) in atomic64_xchg() function
|
/linux-3.3/arch/tile/include/asm/ |
D | atomic_32.h | 149 static inline u64 atomic64_xchg(atomic64_t *v, u64 n) in atomic64_xchg() function
|
D | atomic_64.h | 96 static inline long atomic64_xchg(atomic64_t *v, long n) in atomic64_xchg() function
|
/linux-3.3/arch/sparc/include/asm/ |
D | atomic_64.h | 91 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/linux-3.3/arch/frv/include/asm/ |
D | atomic.h | 242 #define atomic64_xchg(v, new) (__xchg_64(new, &(v)->counter)) macro
|
/linux-3.3/arch/alpha/include/asm/ |
D | atomic.h | 173 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/linux-3.3/arch/ia64/include/asm/ |
D | atomic.h | 91 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/linux-3.3/arch/powerpc/include/asm/ |
D | atomic.h | 437 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/linux-3.3/arch/mips/include/asm/ |
D | atomic.h | 673 #define atomic64_xchg(v, new) (xchg(&((v)->counter), (new))) macro
|
/linux-3.3/arch/arm/include/asm/ |
D | atomic.h | 375 static inline u64 atomic64_xchg(atomic64_t *ptr, u64 new) in atomic64_xchg() function
|
/linux-3.3/arch/parisc/include/asm/ |
D | atomic.h | 310 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|