Home
last modified time | relevance | path

Searched refs:local_cmpxchg (Results 1 – 5 of 5) 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.h122 #define local_cmpxchg(l, o, n) \ macro
143 old = local_cmpxchg((l), c, c + (a)); \
/arch/m32r/include/asm/
Dlocal.h246 #define local_cmpxchg(l, o, n) (cmpxchg_local(&((l)->counter), (o), (n))) macro
265 old = local_cmpxchg((l), c, c + (a)); in local_add_unless()
/arch/mips/include/asm/
Dlocal.h119 #define local_cmpxchg(l, o, n) \ macro
136 while (c != (u) && (old = local_cmpxchg((l), c, c + (a))) != c) \
/arch/powerpc/include/asm/
Dlocal.h102 #define local_cmpxchg(l, o, n) \ macro