atomic64_try_cmpxchg 1507 include/asm-generic/atomic-instrumented.h #define atomic64_try_cmpxchg atomic64_try_cmpxchg
atomic64_try_cmpxchg  436 include/asm-generic/atomic-long.h 	return atomic64_try_cmpxchg(v, (s64 *)old, new);
atomic64_try_cmpxchg 2017 include/linux/atomic-fallback.h #ifdef atomic64_try_cmpxchg
atomic64_try_cmpxchg 2018 include/linux/atomic-fallback.h #define atomic64_try_cmpxchg_acquire atomic64_try_cmpxchg
atomic64_try_cmpxchg 2019 include/linux/atomic-fallback.h #define atomic64_try_cmpxchg_release atomic64_try_cmpxchg
atomic64_try_cmpxchg 2020 include/linux/atomic-fallback.h #define atomic64_try_cmpxchg_relaxed atomic64_try_cmpxchg
atomic64_try_cmpxchg 2023 include/linux/atomic-fallback.h #ifndef atomic64_try_cmpxchg
atomic64_try_cmpxchg 2033 include/linux/atomic-fallback.h #define atomic64_try_cmpxchg atomic64_try_cmpxchg
atomic64_try_cmpxchg 2098 include/linux/atomic-fallback.h #ifndef atomic64_try_cmpxchg
atomic64_try_cmpxchg 2108 include/linux/atomic-fallback.h #define atomic64_try_cmpxchg atomic64_try_cmpxchg
atomic64_try_cmpxchg 2201 include/linux/atomic-fallback.h 	} while (!atomic64_try_cmpxchg(v, &c, c + a));
atomic64_try_cmpxchg 2251 include/linux/atomic-fallback.h 	} while (!atomic64_try_cmpxchg(v, &c, c + 1));
atomic64_try_cmpxchg 2267 include/linux/atomic-fallback.h 	} while (!atomic64_try_cmpxchg(v, &c, c - 1));
atomic64_try_cmpxchg 2284 include/linux/atomic-fallback.h 	} while (!atomic64_try_cmpxchg(v, &c, dec));
atomic64_try_cmpxchg  702 net/tls/tls_device.c 		    !atomic64_try_cmpxchg(&rx_ctx->resync_req, &resync_req, 0))