Searched refs:arch_atomic_try_cmpxchg_relaxed (Results 1 – 3 of 3) sorted by relevance
/include/linux/ |
D | atomic-arch-fallback.h | 908 #ifndef arch_atomic_try_cmpxchg_relaxed 912 #define arch_atomic_try_cmpxchg_relaxed arch_atomic_try_cmpxchg macro 954 #ifndef arch_atomic_try_cmpxchg_relaxed 956 arch_atomic_try_cmpxchg_relaxed(atomic_t *v, int *old, int new) in arch_atomic_try_cmpxchg_relaxed() function 964 #define arch_atomic_try_cmpxchg_relaxed arch_atomic_try_cmpxchg_relaxed macro 973 bool ret = arch_atomic_try_cmpxchg_relaxed(v, old, new); in arch_atomic_try_cmpxchg_acquire() 985 return arch_atomic_try_cmpxchg_relaxed(v, old, new); in arch_atomic_try_cmpxchg_release() 996 ret = arch_atomic_try_cmpxchg_relaxed(v, old, new); in arch_atomic_try_cmpxchg()
|
D | atomic-fallback.h | 1003 #define arch_atomic_try_cmpxchg_relaxed atomic_try_cmpxchg_relaxed macro
|
/include/asm-generic/ |
D | atomic-instrumented.h | 723 #if defined(arch_atomic_try_cmpxchg_relaxed) 729 return arch_atomic_try_cmpxchg_relaxed(v, old, new); in atomic_try_cmpxchg_relaxed()
|