Home
last modified time | relevance | path

Searched defs:local_cmpxchg (Results 1 – 6 of 6) sorted by relevance

/linux-3.3/include/asm-generic/
Dlocal.h43 #define local_cmpxchg(l, o, n) atomic_long_cmpxchg((&(l)->a), (o), (n)) macro
/linux-3.3/arch/x86/include/asm/
Dlocal.h159 #define local_cmpxchg(l, o, n) \ macro
/linux-3.3/arch/alpha/include/asm/
Dlocal.h54 #define local_cmpxchg(l, o, n) \ macro
/linux-3.3/arch/powerpc/include/asm/
Dlocal.h102 #define local_cmpxchg(l, o, n) \ macro
/linux-3.3/arch/mips/include/asm/
Dlocal.h118 #define local_cmpxchg(l, o, n) \ macro
/linux-3.3/arch/m32r/include/asm/
Dlocal.h247 #define local_cmpxchg(l, o, n) (cmpxchg_local(&((l)->counter), (o), (n))) macro