Searched defs:arch_atomic_cmpxchg (Results 1 – 2 of 2) sorted by relevance
134 #define arch_atomic_cmpxchg(v, old, new) (arch_cmpxchg(&((v)->counter), (old), (new))) macro
979 arch_atomic_cmpxchg(atomic_t *v, int old, int new) in arch_atomic_cmpxchg() function987 #define arch_atomic_cmpxchg arch_atomic_cmpxchg macro