Searched refs:atomic64_try_cmpxchg_release (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | atomic-fallback.h | 2226 #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 D | atomic-instrumented.h | 1524 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 D | atomic-long.h | 449 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 D | atomic-instrumented.h | 2864 * 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 15 milliseconds