/linux-2.6.39/arch/s390/include/asm/ |
D | atomic.h | 173 static inline long long atomic64_cmpxchg(atomic64_t *v, in atomic64_cmpxchg() function 226 static inline long long atomic64_cmpxchg(atomic64_t *v, in atomic64_cmpxchg() function 248 } while (atomic64_cmpxchg(v, old, new) != old); in atomic64_add_return() 259 } while (atomic64_cmpxchg(v, old, new) != old); in atomic64_sub_return() 270 } while (atomic64_cmpxchg(v, old, new) != old); in atomic64_set_mask() 280 } while (atomic64_cmpxchg(v, old, new) != old); in atomic64_clear_mask() 293 old = atomic64_cmpxchg(v, c, c + a); in atomic64_add_unless() 310 old = atomic64_cmpxchg((v), c, dec); in atomic64_dec_if_positive()
|
/linux-2.6.39/arch/x86/include/asm/ |
D | atomic64_64.h | 188 static inline long atomic64_cmpxchg(atomic64_t *v, long old, long new) in atomic64_cmpxchg() function 214 old = atomic64_cmpxchg((v), c, c + (a)); in atomic64_add_unless() 239 old = atomic64_cmpxchg((v), c, dec); in atomic64_dec_if_positive()
|
D | atomic64_32.h | 35 static inline long long atomic64_cmpxchg(atomic64_t *v, long long o, long long n) in atomic64_cmpxchg() function
|
/linux-2.6.39/arch/sparc/include/asm/ |
D | atomic_64.h | 90 #define atomic64_cmpxchg(v, o, n) \ macro 101 old = atomic64_cmpxchg((v), c, c + (a)); in atomic64_add_unless()
|
/linux-2.6.39/lib/ |
D | atomic64.c | 132 long long atomic64_cmpxchg(atomic64_t *v, long long o, long long n) in atomic64_cmpxchg() function 145 EXPORT_SYMBOL(atomic64_cmpxchg);
|
D | atomic64_test.c | 99 BUG_ON(atomic64_cmpxchg(&v, v0, v1) != v0); in test_atomic64() 104 BUG_ON(atomic64_cmpxchg(&v, v2, v1) != v0); in test_atomic64()
|
/linux-2.6.39/arch/alpha/include/asm/ |
D | atomic.h | 172 #define atomic64_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), old, new)) macro 220 old = atomic64_cmpxchg((v), c, c + (a)); in atomic64_add_unless()
|
/linux-2.6.39/include/asm-generic/ |
D | atomic64.h | 28 extern long long atomic64_cmpxchg(atomic64_t *v, long long o, long long n);
|
D | local64.h | 82 #define local64_cmpxchg(l, o, n) atomic64_cmpxchg((&(l)->a), (o), (n))
|
D | atomic-long.h | 135 (atomic64_cmpxchg((atomic64_t *)(l), (old), (new)))
|
/linux-2.6.39/arch/ia64/include/asm/ |
D | atomic.h | 89 #define atomic64_cmpxchg(v, old, new) \ macro 117 old = atomic64_cmpxchg((v), c, c + (a)); in atomic64_add_unless()
|
/linux-2.6.39/arch/parisc/include/asm/ |
D | atomic.h | 309 #define atomic64_cmpxchg(v, o, n) \ macro 329 old = atomic64_cmpxchg((v), c, c + (a)); in atomic64_add_unless()
|
/linux-2.6.39/arch/x86/kernel/ |
D | pvclock.c | 128 last = atomic64_cmpxchg(&last_value, last, ret); in pvclock_clocksource_read()
|
/linux-2.6.39/arch/mips/include/asm/ |
D | atomic.h | 672 #define atomic64_cmpxchg(v, o, n) \ macro 692 old = atomic64_cmpxchg((v), c, c + (a)); in atomic64_add_unless()
|
/linux-2.6.39/arch/frv/include/asm/ |
D | atomic.h | 241 #define atomic64_cmpxchg(v, old, new) (__cmpxchg_64(old, new, &(v)->counter)) macro
|
/linux-2.6.39/arch/tile/include/asm/ |
D | atomic_32.h | 174 static inline u64 atomic64_cmpxchg(atomic64_t *v, u64 o, u64 n) in atomic64_cmpxchg() function
|
/linux-2.6.39/arch/powerpc/include/asm/ |
D | atomic.h | 437 #define atomic64_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
|
/linux-2.6.39/arch/arm/include/asm/ |
D | atomic.h | 352 static inline u64 atomic64_cmpxchg(atomic64_t *ptr, u64 old, u64 new) in atomic64_cmpxchg() function
|
/linux-2.6.39/fs/xfs/ |
D | xfs_log.c | 120 head_val = atomic64_cmpxchg(head, old, new); in xlog_grant_sub_space() 149 head_val = atomic64_cmpxchg(head, old, new); in xlog_grant_add_space()
|