Home
last modified time | relevance | path

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

/linux-4.19.296/include/asm-generic/
Datomic-instrumented.h68 #define atomic_try_cmpxchg atomic_try_cmpxchg macro
69 static __always_inline bool atomic_try_cmpxchg(atomic_t *v, int *old, int new) in atomic_try_cmpxchg() function
/linux-4.19.296/include/linux/
Datomic.h483 #define atomic_try_cmpxchg(_p, _po, _n) __atomic_try_cmpxchg(, _p, _po, _n) macro