Searched refs:_cmpxchg (Results 1 – 3 of 3) sorted by relevance
| /linux/scripts/atomic/fallbacks/ |
| H A D | try_cmpxchg | 3 r = raw_${atomic}_cmpxchg${order}(v, o, new);
|
| /linux/include/asm-generic/ |
| H A D | percpu.h | 107 #define __cpu_fallback_try_cmpxchg(pcp, ovalp, nval, _cmpxchg) \ argument 110 __val = _cmpxchg(pcp, __old, nval); \
|
| /linux/Documentation/locking/ |
| H A D | rt-mutex-design.rst | 322 unsigned long _cmpxchg(unsigned long *A, unsigned long *B, unsigned long *C) 330 #define cmpxchg(a,b,c) _cmpxchg(&a,&b,&c)
|