atomic64_cmpxchg  445 arch/arc/include/asm/atomic.h atomic64_cmpxchg(atomic64_t *ptr, s64 expected, s64 new)
atomic64_cmpxchg  107 arch/x86/kernel/pvclock.c 		last = atomic64_cmpxchg(&last_value, last, ret);
atomic64_cmpxchg 1657 block/blk-cgroup.c 	    atomic64_cmpxchg(&blkg->delay_start, old, now) == old) {
atomic64_cmpxchg  631 block/blk-iolatency.c 				if (atomic64_cmpxchg(&iolat->window_start,
atomic64_cmpxchg  138 fs/xfs/xfs_log.c 		head_val = atomic64_cmpxchg(head, old, new);
atomic64_cmpxchg  167 fs/xfs/xfs_log.c 		head_val = atomic64_cmpxchg(head, old, new);
atomic64_cmpxchg 1466 include/asm-generic/atomic-instrumented.h #define atomic64_cmpxchg atomic64_cmpxchg
atomic64_cmpxchg  412 include/asm-generic/atomic-long.h 	return atomic64_cmpxchg(v, old, new);
atomic64_cmpxchg   51 include/asm-generic/atomic64.h extern s64 atomic64_cmpxchg(atomic64_t *v, s64 o, s64 n);
atomic64_cmpxchg   83 include/asm-generic/local64.h #define local64_cmpxchg(l, o, n) atomic64_cmpxchg((&(l)->a), (o), (n))
atomic64_cmpxchg 1975 include/linux/atomic-fallback.h #define atomic64_cmpxchg_acquire atomic64_cmpxchg
atomic64_cmpxchg 1976 include/linux/atomic-fallback.h #define atomic64_cmpxchg_release atomic64_cmpxchg
atomic64_cmpxchg 1977 include/linux/atomic-fallback.h #define atomic64_cmpxchg_relaxed atomic64_cmpxchg
atomic64_cmpxchg 2001 include/linux/atomic-fallback.h #ifndef atomic64_cmpxchg
atomic64_cmpxchg 2011 include/linux/atomic-fallback.h #define atomic64_cmpxchg atomic64_cmpxchg
atomic64_cmpxchg 2028 include/linux/atomic-fallback.h 	r = atomic64_cmpxchg(v, o, new);
atomic64_cmpxchg  132 include/linux/iversion.h 		old = atomic64_cmpxchg(&inode->i_version, cur, val);
atomic64_cmpxchg  222 include/linux/iversion.h 		old = atomic64_cmpxchg(&inode->i_version, cur, new);
atomic64_cmpxchg  323 include/linux/iversion.h 		old = atomic64_cmpxchg(&inode->i_version, cur, new);
atomic64_cmpxchg  253 kernel/time/posix-cpu-timers.c 		if (atomic64_cmpxchg(cputime, curr_cputime, sum_cputime) != curr_cputime)
atomic64_cmpxchg  161 lib/atomic64.c EXPORT_SYMBOL(atomic64_cmpxchg);
atomic64_cmpxchg   32 net/core/sock_diag.c 		atomic64_cmpxchg(&sk->sk_cookie, 0, res);