Searched defs:atomic_try_cmpxchg (Results 1 – 2 of 2) sorted by relevance
68 #define atomic_try_cmpxchg atomic_try_cmpxchg macro69 static __always_inline bool atomic_try_cmpxchg(atomic_t *v, int *old, int new) in atomic_try_cmpxchg() function
483 #define atomic_try_cmpxchg(_p, _po, _n) __atomic_try_cmpxchg(, _p, _po, _n) macro