Home
last modified time | relevance | path

Searched refs:_cmpxchg (Results 1 – 3 of 3) sorted by relevance

/linux/scripts/atomic/fallbacks/
H A Dtry_cmpxchg3 r = raw_${atomic}_cmpxchg${order}(v, o, new);
/linux/include/asm-generic/
H A Dpercpu.h107 #define __cpu_fallback_try_cmpxchg(pcp, ovalp, nval, _cmpxchg) \ argument
110 __val = _cmpxchg(pcp, __old, nval); \
/linux/Documentation/locking/
H A Drt-mutex-design.rst322 unsigned long _cmpxchg(unsigned long *A, unsigned long *B, unsigned long *C)
330 #define cmpxchg(a,b,c) _cmpxchg(&a,&b,&c)