Home
last modified time | relevance | path

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

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