atomic_try_cmpxchg  116 arch/x86/include/asm/refcount.h 	} while (!atomic_try_cmpxchg(&(r->refs), &c, result));
atomic_try_cmpxchg  411 fs/afs/server.c 		deleted = atomic_try_cmpxchg(&server->usage, &usage, 0);
atomic_try_cmpxchg  697 include/asm-generic/atomic-instrumented.h #define atomic_try_cmpxchg atomic_try_cmpxchg
atomic_try_cmpxchg  930 include/asm-generic/atomic-long.h 	return atomic_try_cmpxchg(v, (int *)old, new);
atomic_try_cmpxchg  907 include/linux/atomic-fallback.h #ifdef atomic_try_cmpxchg
atomic_try_cmpxchg  908 include/linux/atomic-fallback.h #define atomic_try_cmpxchg_acquire atomic_try_cmpxchg
atomic_try_cmpxchg  909 include/linux/atomic-fallback.h #define atomic_try_cmpxchg_release atomic_try_cmpxchg
atomic_try_cmpxchg  910 include/linux/atomic-fallback.h #define atomic_try_cmpxchg_relaxed atomic_try_cmpxchg
atomic_try_cmpxchg  913 include/linux/atomic-fallback.h #ifndef atomic_try_cmpxchg
atomic_try_cmpxchg  923 include/linux/atomic-fallback.h #define atomic_try_cmpxchg atomic_try_cmpxchg
atomic_try_cmpxchg  988 include/linux/atomic-fallback.h #ifndef atomic_try_cmpxchg
atomic_try_cmpxchg  998 include/linux/atomic-fallback.h #define atomic_try_cmpxchg atomic_try_cmpxchg
atomic_try_cmpxchg 1091 include/linux/atomic-fallback.h 	} while (!atomic_try_cmpxchg(v, &c, c + a));
atomic_try_cmpxchg 1141 include/linux/atomic-fallback.h 	} while (!atomic_try_cmpxchg(v, &c, c + 1));
atomic_try_cmpxchg 1157 include/linux/atomic-fallback.h 	} while (!atomic_try_cmpxchg(v, &c, c - 1));
atomic_try_cmpxchg 1174 include/linux/atomic-fallback.h 	} while (!atomic_try_cmpxchg(v, &c, dec));