Home
last modified time | relevance | path

Searched refs:local_cmpxchg (Results 1 – 4 of 4) sorted by relevance

/arch/alpha/include/asm/
Dlocal.h54 #define local_cmpxchg(l, o, n) \ macro
74 old = local_cmpxchg((l), c, c + (a)); \
/arch/x86/include/asm/
Dlocal.h159 #define local_cmpxchg(l, o, n) \ macro
180 old = local_cmpxchg((l), c, c + (a)); \
/arch/mips/include/asm/
Dlocal.h118 #define local_cmpxchg(l, o, n) \ macro
135 while (c != (u) && (old = local_cmpxchg((l), c, c + (a))) != c) \
/arch/powerpc/include/asm/
Dlocal.h102 #define local_cmpxchg(l, o, n) \ macro