Home
last modified time | relevance | path

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

/linux-6.1.9/include/asm-generic/
Dlocal.h33 #define local_add(i,l) atomic_long_add((i),(&(l)->a)) macro
/linux-6.1.9/arch/x86/include/asm/
Dlocal.h31 static inline void local_add(long i, local_t *l) in local_add() function
/linux-6.1.9/arch/loongarch/include/asm/
Dlocal.h22 #define local_add(i, l) atomic_long_add((i), (&(l)->a)) macro
/linux-6.1.9/arch/mips/include/asm/
Dlocal.h22 #define local_add(i, l) atomic_long_add((i), (&(l)->a)) macro
/linux-6.1.9/arch/alpha/include/asm/
Dlocal.h18 #define local_add(i,l) atomic_long_add((i),(&(l)->a)) macro