Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/atomic/
Datomic-arch-fallback.h980 #define arch_atomic_try_cmpxchg_acquire arch_atomic_try_cmpxchg macro
998 #ifndef arch_atomic_try_cmpxchg_acquire
1000 arch_atomic_try_cmpxchg_acquire(atomic_t *v, int *old, int new) in arch_atomic_try_cmpxchg_acquire() function
1008 #define arch_atomic_try_cmpxchg_acquire arch_atomic_try_cmpxchg_acquire macro
1039 #ifndef arch_atomic_try_cmpxchg_acquire
1041 arch_atomic_try_cmpxchg_acquire(atomic_t *v, int *old, int new) in arch_atomic_try_cmpxchg_acquire() function
1047 #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.h513 return arch_atomic_try_cmpxchg_acquire(v, old, new); in atomic_try_cmpxchg_acquire()