Home
last modified time | relevance | path

Searched defs:try_cmpxchg (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Dbpf_atomic.h49 #define try_cmpxchg(p, pold, new) \ macro
/linux/rust/kernel/sync/
H A Datomic.rs447 fn try_cmpxchg<Ordering: ordering::Ordering>(&self, old: &mut T, new: T, _: Ordering) -> bool { in try_cmpxchg() function