Home
last modified time | relevance | path

Searched refs:arch_atomic_try_cmpxchg_acquire (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/include/linux/atomic/
Datomic-arch-fallback.h1064 #define arch_atomic_try_cmpxchg_acquire arch_atomic_try_cmpxchg macro
1082 #ifndef arch_atomic_try_cmpxchg_acquire
1084 arch_atomic_try_cmpxchg_acquire(atomic_t *v, int *old, int new) in arch_atomic_try_cmpxchg_acquire() function
1092 #define arch_atomic_try_cmpxchg_acquire arch_atomic_try_cmpxchg_acquire macro
1123 #ifndef arch_atomic_try_cmpxchg_acquire
1125 arch_atomic_try_cmpxchg_acquire(atomic_t *v, int *old, int new) in arch_atomic_try_cmpxchg_acquire() function
1131 #define arch_atomic_try_cmpxchg_acquire arch_atomic_try_cmpxchg_acquire macro
Datomic-long.h937 return arch_atomic_try_cmpxchg_acquire(v, (int *)old, new); in arch_atomic_long_try_cmpxchg_acquire()
Datomic-instrumented.h543 return arch_atomic_try_cmpxchg_acquire(v, old, new); in atomic_try_cmpxchg_acquire()