Searched refs:atomic_cmpxchg_relaxed (Results 1 – 3 of 3) sorted by relevance
/include/linux/ |
D | atomic-fallback.h | 864 #ifndef atomic_cmpxchg_relaxed 867 #define atomic_cmpxchg_relaxed atomic_cmpxchg macro 874 int ret = atomic_cmpxchg_relaxed(v, old, new); in atomic_cmpxchg_acquire() 886 return atomic_cmpxchg_relaxed(v, old, new); in atomic_cmpxchg_release() 897 ret = atomic_cmpxchg_relaxed(v, old, new); in atomic_cmpxchg() 957 r = atomic_cmpxchg_relaxed(v, o, new); in atomic_try_cmpxchg_relaxed()
|
/include/asm-generic/ |
D | atomic-instrumented.h | 681 atomic_cmpxchg_relaxed(atomic_t *v, int old, int new) in atomic_cmpxchg_relaxed() function 686 #define atomic_cmpxchg_relaxed atomic_cmpxchg_relaxed macro
|
D | atomic-long.h | 924 return atomic_cmpxchg_relaxed(v, old, new); in atomic_long_cmpxchg_relaxed()
|