Searched refs:atomic_try_cmpxchg_relaxed (Results 1 – 3 of 3) sorted by relevance
/include/linux/ |
D | atomic-fallback.h | 906 #ifndef atomic_try_cmpxchg_relaxed 910 #define atomic_try_cmpxchg_relaxed atomic_try_cmpxchg macro 952 #ifndef atomic_try_cmpxchg_relaxed 954 atomic_try_cmpxchg_relaxed(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_relaxed() function 962 #define atomic_try_cmpxchg_relaxed atomic_try_cmpxchg_relaxed macro 971 bool ret = atomic_try_cmpxchg_relaxed(v, old, new); in atomic_try_cmpxchg_acquire() 983 return atomic_try_cmpxchg_relaxed(v, old, new); in atomic_try_cmpxchg_release() 994 ret = atomic_try_cmpxchg_relaxed(v, old, new); in atomic_try_cmpxchg()
|
/include/asm-generic/ |
D | atomic-instrumented.h | 724 atomic_try_cmpxchg_relaxed(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_relaxed() function 730 #define atomic_try_cmpxchg_relaxed atomic_try_cmpxchg_relaxed macro
|
D | atomic-long.h | 948 return atomic_try_cmpxchg_relaxed(v, (int *)old, new); in atomic_long_try_cmpxchg_relaxed()
|