Searched defs:arch_atomic_try_cmpxchg (Results 1 – 2 of 2) sorted by relevance
200 static __always_inline bool arch_atomic_try_cmpxchg(atomic_t *v, int *old, int new) in arch_atomic_try_cmpxchg() function204 #define arch_atomic_try_cmpxchg arch_atomic_try_cmpxchg macro
1071 arch_atomic_try_cmpxchg(atomic_t *v, int *old, int new) in arch_atomic_try_cmpxchg() function1079 #define arch_atomic_try_cmpxchg arch_atomic_try_cmpxchg macro1146 arch_atomic_try_cmpxchg(atomic_t *v, int *old, int new) in arch_atomic_try_cmpxchg() function1154 #define arch_atomic_try_cmpxchg arch_atomic_try_cmpxchg macro
Completed in 8 milliseconds