Searched refs:local_cmpxchg (Results 1 – 4 of 4) sorted by relevance
/arch/alpha/include/asm/ |
D | local.h | 55 #define local_cmpxchg(l, o, n) \ macro 75 old = local_cmpxchg((l), c, c + (a)); \
|
/arch/x86/include/asm/ |
D | local.h | 123 #define local_cmpxchg(l, o, n) \ macro 144 old = local_cmpxchg((l), c, c + (a)); \
|
/arch/mips/include/asm/ |
D | local.h | 124 #define local_cmpxchg(l, o, n) \ macro 141 while (c != (u) && (old = local_cmpxchg((l), c, c + (a))) != c) \
|
/arch/powerpc/include/asm/ |
D | local.h | 79 static __inline__ long local_cmpxchg(local_t *l, long o, long n) in local_cmpxchg() function
|