Home
last modified time | relevance | path

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

/arch/alpha/include/asm/
Dlocal.h84 #define local_add_negative(a, l) (local_add_return((a), (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.h190 #define local_add_negative(i, l) (local_add_return(i, (l)) < 0) macro