Searched refs:atomic64_cmpxchg_release (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | atomic-fallback.h | 2179 #define arch_atomic64_cmpxchg_release atomic64_cmpxchg_release 2184 #define atomic64_cmpxchg_release atomic64_cmpxchg macro 2199 #ifndef atomic64_cmpxchg_release 2201 atomic64_cmpxchg_release(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg_release() function 2206 #define atomic64_cmpxchg_release atomic64_cmpxchg_release macro 2267 r = atomic64_cmpxchg_release(v, o, new); in atomic64_try_cmpxchg_release()
|
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | atomic-instrumented.h | 1482 atomic64_cmpxchg_release(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg_release() function 1487 #define atomic64_cmpxchg_release atomic64_cmpxchg_release macro
|
H A D | atomic-long.h | 425 return atomic64_cmpxchg_release(v, old, new); in atomic_long_cmpxchg_release()
|
/kernel/linux/linux-6.6/include/linux/atomic/ |
H A D | atomic-instrumented.h | 2782 * atomic64_cmpxchg_release() - atomic compare and exchange with release ordering 2794 atomic64_cmpxchg_release(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg_release() function
|
Completed in 13 milliseconds