Searched refs:atomic64_cmpxchg (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Datomic.h163 static inline long long atomic64_cmpxchg(atomic64_t *v, function
216 static inline long long atomic64_cmpxchg(atomic64_t *v, function
238 } while (atomic64_cmpxchg(v, old, new) != old);
249 } while (atomic64_cmpxchg(v, old, new) != old);
260 } while (atomic64_cmpxchg(v, old, new) != old);
270 } while (atomic64_cmpxchg(v, old, new) != old);
283 old = atomic64_cmpxchg(v, c, c + a);
300 old = atomic64_cmpxchg((v), c, dec);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Datomic64_64.h188 static inline long atomic64_cmpxchg(atomic64_t *v, long old, long new) function
214 old = atomic64_cmpxchg((v), c, c + (a));
239 old = atomic64_cmpxchg((v), c, dec);
H A Datomic64_32.h26 * atomic64_cmpxchg - cmpxchg atomic64 variable
35 static inline long long atomic64_cmpxchg(atomic64_t *v, long long o, long long n) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Datomic64.h28 extern long long atomic64_cmpxchg(atomic64_t *v, long long o, long long n);
H A Dlocal64.h82 #define local64_cmpxchg(l, o, n) atomic64_cmpxchg((&(l)->a), (o), (n))
H A Datomic-long.h135 (atomic64_cmpxchg((atomic64_t *)(l), (old), (new)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Datomic_64.h90 #define atomic64_cmpxchg(v, o, n) \ macro
101 old = atomic64_cmpxchg((v), c, c + (a));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Datomic64.c132 long long atomic64_cmpxchg(atomic64_t *v, long long o, long long n) function
145 EXPORT_SYMBOL(atomic64_cmpxchg); variable
H A Datomic64_test.c99 BUG_ON(atomic64_cmpxchg(&v, v0, v1) != v0);
104 BUG_ON(atomic64_cmpxchg(&v, v2, v1) != v0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Datomic.h89 #define atomic64_cmpxchg(v, old, new) \ macro
117 old = atomic64_cmpxchg((v), c, c + (a));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Datomic.h172 #define atomic64_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), old, new)) macro
220 old = atomic64_cmpxchg((v), c, c + (a));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dpvclock.c160 last = atomic64_cmpxchg(&last_value, last, ret);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Datomic.h241 #define atomic64_cmpxchg(v, old, new) (__cmpxchg_64(old, new, &(v)->counter)) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Datomic.h309 #define atomic64_cmpxchg(v, o, n) \ macro
329 old = atomic64_cmpxchg((v), c, c + (a));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Datomic.h688 #define atomic64_cmpxchg(v, o, n) \ macro
708 old = atomic64_cmpxchg((v), c, c + (a));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Datomic.h437 #define atomic64_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Datomic_32.h166 * atomic64_cmpxchg - atomically exchange contents of memory if it matches
174 static inline u64 atomic64_cmpxchg(atomic64_t *v, u64 o, u64 n) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Datomic.h352 static inline u64 atomic64_cmpxchg(atomic64_t *ptr, u64 old, u64 new) function
360 __asm__ __volatile__("@ atomic64_cmpxchg\n"

Completed in 1587 milliseconds