Home
last modified time | relevance | path

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

/linux-3.3/include/asm-generic/
Dlocal.h32 #define local_add(i,l) atomic_long_add((i),(&(l)->a)) macro
/linux-3.3/arch/x86/include/asm/
Dlocal.h31 static inline void local_add(long i, local_t *l) in local_add() function
/linux-3.3/arch/alpha/include/asm/
Dlocal.h17 #define local_add(i,l) atomic_long_add((i),(&(l)->a)) macro
/linux-3.3/arch/powerpc/include/asm/
Dlocal.h17 #define local_add(i,l) atomic_long_add((i),(&(l)->a)) macro
/linux-3.3/arch/mips/include/asm/
Dlocal.h20 #define local_add(i, l) atomic_long_add((i), (&(l)->a)) macro
/linux-3.3/arch/m32r/include/asm/
Dlocal.h118 #define local_add(i, l) ((void) local_add_return((i), (l))) macro