Home
last modified time | relevance | path

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

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