Home
last modified time | relevance | path

Searched refs:xchg_local (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/arch/alpha/include/asm/
Dlocal.h56 #define local_xchg(l, n) (xchg_local(&((l)->a.counter), (n)))
Dsystem.h292 #define xchg_local(ptr,x) \ macro
/linux-2.6.39/arch/powerpc/include/asm/
Dlocal.h104 #define local_xchg(l, n) (xchg_local(&((l)->a.counter), (n)))
Dsystem.h355 #define xchg_local(ptr,x) \ macro
/linux-2.6.39/arch/m32r/include/asm/
Dlocal.h248 #define local_xchg(v, new) (xchg_local(&((l)->counter), new))
Dsystem.h62 #define xchg_local(ptr, x) \ macro