Searched refs:_atomic_cmpxchg (Results 1 – 2 of 2) sorted by relevance
28 int _atomic_cmpxchg(atomic_t *v, int o, int n);55 return _atomic_cmpxchg(v, o, n); in atomic_cmpxchg()
138 int _atomic_cmpxchg(atomic_t *v, int o, int n) in _atomic_cmpxchg() function142 EXPORT_SYMBOL(_atomic_cmpxchg);