Home
last modified time | relevance | path

Searched refs:raw_atomic_try_cmpxchg (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/atomic/
H A Datomic-arch-fallback.h2109 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 Datomic-long.h1455 return raw_atomic_try_cmpxchg(v, (int *)old, new); in raw_atomic_long_try_cmpxchg()
H A Datomic-instrumented.h1275 return raw_atomic_try_cmpxchg(v, old, new); in atomic_try_cmpxchg()