Home
last modified time | relevance | path

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

/linux/kernel/futex/
H A Dcore.c515 if (!atomic64_try_cmpxchg_relaxed(&inode->i_sequence, &old, new)) in get_inode_sequence_number()
/linux/include/linux/atomic/
H A Datomic-instrumented.h2907 * atomic64_try_cmpxchg_relaxed() - atomic compare and exchange with relaxed ordering
2921 atomic64_try_cmpxchg_relaxed(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg_relaxed() function