Home
last modified time | relevance | path

Searched refs:local_add_negative (Results 1 – 5 of 5) sorted by relevance

/arch/alpha/include/asm/
Dlocal.h92 #define local_add_negative(a, l) (local_add_return((a), (l)) < 0) macro
/arch/loongarch/include/asm/
Dlocal.h134 #define local_add_negative(i, l) (local_add_return(i, (l)) < 0) macro
/arch/x86/include/asm/
Dlocal.h94 static inline bool local_add_negative(long i, local_t *l) in local_add_negative() function
/arch/powerpc/include/asm/
Dlocal.h60 #define local_add_negative(a, l) (local_add_return((a), (l)) < 0) macro
/arch/mips/include/asm/
Dlocal.h172 #define local_add_negative(i, l) (local_add_return(i, (l)) < 0) macro