Home
last modified time | relevance | path

Searched refs:atomic64_try_cmpxchg_acquire (Results 1 – 2 of 2) sorted by relevance

/linux/rust/helpers/
H A Datomic.c946 return atomic64_try_cmpxchg_acquire(v, old, new); in rust_helper_atomic64_try_cmpxchg_acquire()
/linux/include/linux/atomic/
H A Datomic-instrumented.h2876 atomic64_try_cmpxchg_acquire(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg_acquire() function