Searched refs:raw_atomic_try_cmpxchg (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/linux/atomic/ |
H A D | atomic-arch-fallback.h | 2109 raw_atomic_try_cmpxchg(atomic_t *v, int *old, int new) in raw_atomic_try_cmpxchg() function 2409 } while (!raw_atomic_try_cmpxchg(v, &c, c + a)); in raw_atomic_fetch_add_unless() 2478 } while (!raw_atomic_try_cmpxchg(v, &c, c + 1)); in raw_atomic_inc_unless_negative() 2505 } while (!raw_atomic_try_cmpxchg(v, &c, c - 1)); in raw_atomic_dec_unless_positive() 2533 } while (!raw_atomic_try_cmpxchg(v, &c, dec)); in raw_atomic_dec_if_positive()
|
H A D | atomic-long.h | 1455 return raw_atomic_try_cmpxchg(v, (int *)old, new); in raw_atomic_long_try_cmpxchg()
|
H A D | atomic-instrumented.h | 1275 return raw_atomic_try_cmpxchg(v, old, new); in atomic_try_cmpxchg()
|