Home
last modified time | relevance | path

Searched refs:local_add_negative (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/include/asm-generic/
H A Dlocal.h39 #define local_add_negative(i, l) atomic_long_add_negative((i), (&(l)->a)) macro
H A Dlocal64.h40 #define local64_add_negative(i, l) local_add_negative((i), (&(l)->a))
/kernel/linux/linux-6.6/include/asm-generic/
H A Dlocal.h39 #define local_add_negative(i, l) atomic_long_add_negative((i), (&(l)->a)) macro
H A Dlocal64.h40 #define local64_add_negative(i, l) local_add_negative((i), (&(l)->a))
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H A Dlocal.h84 #define local_add_negative(a, l) (local_add_return((a), (l)) < 0) macro
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dlocal.h122 * local_add_negative - add and test if negative
130 #define local_add_negative(i, l) (local_add_return(i, (l)) < 0) macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dlocal.h86 * local_add_negative - add and test if negative
94 static inline bool local_add_negative(long i, local_t *l) in local_add_negative() function
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dlocal.h60 #define local_add_negative(a, l) (local_add_return((a), (l)) < 0) macro
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Dlocal.h126 * local_add_negative - add and test if negative
134 #define local_add_negative(i, l) (local_add_return(i, (l)) < 0) macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dlocal.h60 #define local_add_negative(a, l) (local_add_return((a), (l)) < 0) macro
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H A Dlocal.h92 #define local_add_negative(a, l) (local_add_return((a), (l)) < 0) macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dlocal.h86 * local_add_negative - add and test if negative
94 static inline bool local_add_negative(long i, local_t *l) in local_add_negative() function
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dlocal.h186 * local_add_negative - add and test if negative
194 #define local_add_negative(i, l) (local_add_return(i, (l)) < 0) macro
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dlocal.h164 * local_add_negative - add and test if negative
172 #define local_add_negative(i, l) (local_add_return(i, (l)) < 0) macro

Completed in 6 milliseconds