Searched refs:raw_atomic_try_cmpxchg_relaxed (Results 1 – 3 of 3) sorted by relevance
1524 return raw_atomic_try_cmpxchg_relaxed(v, (int *)old, new); in raw_atomic_long_try_cmpxchg_relaxed()
1339 return raw_atomic_try_cmpxchg_relaxed(v, old, new); in atomic_try_cmpxchg_relaxed()
2207 raw_atomic_try_cmpxchg_relaxed(atomic_t *v, int *old, int new) in raw_atomic_try_cmpxchg_relaxed() function