Home
last modified time | relevance | path

Searched refs:atomic64_try_cmpxchg_release (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Datomic-fallback.h2226 #define arch_atomic64_try_cmpxchg_release atomic64_try_cmpxchg_release
2232 #define atomic64_try_cmpxchg_release atomic64_try_cmpxchg macro
2262 #ifndef atomic64_try_cmpxchg_release
2264 atomic64_try_cmpxchg_release(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg_release() function
2272 #define atomic64_try_cmpxchg_release atomic64_try_cmpxchg_release macro
2301 #ifndef atomic64_try_cmpxchg_release
2303 atomic64_try_cmpxchg_release(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg_release() function
2308 #define atomic64_try_cmpxchg_release atomic64_try_cmpxchg_release macro
[all...]
/kernel/linux/linux-5.10/include/asm-generic/
H A Datomic-instrumented.h1524 atomic64_try_cmpxchg_release(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg_release() function
1530 #define atomic64_try_cmpxchg_release atomic64_try_cmpxchg_release macro
H A Datomic-long.h449 return atomic64_try_cmpxchg_release(v, (s64 *)old, new); in atomic_long_try_cmpxchg_release()
/kernel/linux/linux-6.6/include/linux/atomic/
H A Datomic-instrumented.h2864 * atomic64_try_cmpxchg_release() - atomic compare and exchange with release ordering
2877 atomic64_try_cmpxchg_release(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg_release() function

Completed in 14 milliseconds