Searched refs:atomic64_try_cmpxchg (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/include/linux/ |
D | atomic-fallback.h | 2017 #ifdef atomic64_try_cmpxchg 2018 #define atomic64_try_cmpxchg_acquire atomic64_try_cmpxchg 2019 #define atomic64_try_cmpxchg_release atomic64_try_cmpxchg 2020 #define atomic64_try_cmpxchg_relaxed atomic64_try_cmpxchg 2023 #ifndef atomic64_try_cmpxchg 2025 atomic64_try_cmpxchg(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg() function 2033 #define atomic64_try_cmpxchg atomic64_try_cmpxchg macro 2098 #ifndef atomic64_try_cmpxchg 2100 atomic64_try_cmpxchg(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg() function 2108 #define atomic64_try_cmpxchg atomic64_try_cmpxchg macro [all …]
|
/Linux-v5.4/include/asm-generic/ |
D | atomic-instrumented.h | 1501 atomic64_try_cmpxchg(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg() function 1507 #define atomic64_try_cmpxchg atomic64_try_cmpxchg macro
|
D | atomic-long.h | 436 return atomic64_try_cmpxchg(v, (s64 *)old, new); in atomic_long_try_cmpxchg()
|
/Linux-v5.4/net/tls/ |
D | tls_device.c | 684 !atomic64_try_cmpxchg(&rx_ctx->resync_req, &resync_req, 0)) in tls_device_rx_resync_new_rec()
|