Home
last modified time | relevance | path

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

/arch/alpha/include/asm/
Dlocal.h55 #define local_cmpxchg(l, o, n) \ macro
75 old = local_cmpxchg((l), c, c + (a)); \
/arch/x86/include/asm/
Dlocal.h123 #define local_cmpxchg(l, o, n) \ macro
144 old = local_cmpxchg((l), c, c + (a)); \
/arch/mips/include/asm/
Dlocal.h124 #define local_cmpxchg(l, o, n) \ macro
141 while (c != (u) && (old = local_cmpxchg((l), c, c + (a))) != c) \
/arch/powerpc/include/asm/
Dlocal.h79 static __inline__ long local_cmpxchg(local_t *l, long o, long n) in local_cmpxchg() function