Home
last modified time | relevance | path

Searched defs:local_xchg (Results 1 – 4 of 4) sorted by relevance

/arch/x86/include/asm/
Dlocal.h126 #define local_xchg(l, n) (xchg(&((l)->a.counter), (n))) macro
/arch/alpha/include/asm/
Dlocal.h57 #define local_xchg(l, n) (xchg_local(&((l)->a.counter), (n))) macro
/arch/powerpc/include/asm/
Dlocal.h93 static __inline__ long local_xchg(local_t *l, long n) in local_xchg() function
/arch/mips/include/asm/
Dlocal.h126 #define local_xchg(l, n) (atomic_long_xchg((&(l)->a), (n))) macro