Home
last modified time | relevance | path

Searched refs:atomic64_try_cmpxchg (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/include/linux/
Datomic-fallback.h2224 #define arch_atomic64_try_cmpxchg atomic64_try_cmpxchg
2230 #ifdef atomic64_try_cmpxchg
2231 #define atomic64_try_cmpxchg_acquire atomic64_try_cmpxchg
2232 #define atomic64_try_cmpxchg_release atomic64_try_cmpxchg
2233 #define atomic64_try_cmpxchg_relaxed atomic64_try_cmpxchg
2236 #ifndef atomic64_try_cmpxchg
2238 atomic64_try_cmpxchg(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg() function
2246 #define atomic64_try_cmpxchg atomic64_try_cmpxchg macro
2311 #ifndef atomic64_try_cmpxchg
2313 atomic64_try_cmpxchg(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg() function
[all …]
/Linux-v5.10/net/tls/
Dtls_device.c732 atomic64_try_cmpxchg(&resync_async->req, &resync_req, 0)) { in tls_device_rx_resync_async()
744 atomic64_try_cmpxchg(&resync_async->req, in tls_device_rx_resync_async()
777 !atomic64_try_cmpxchg(&rx_ctx->resync_req, &resync_req, 0)) in tls_device_rx_resync_new_rec()
/Linux-v5.10/include/asm-generic/
Datomic-instrumented.h1502 atomic64_try_cmpxchg(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg() function
1508 #define atomic64_try_cmpxchg atomic64_try_cmpxchg macro
Datomic-long.h437 return atomic64_try_cmpxchg(v, (s64 *)old, new); in atomic_long_try_cmpxchg()