Home
last modified time | relevance | path

Searched refs:local_inc_and_test (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/include/asm-generic/
A Dlocal.h38 #define local_inc_and_test(l) atomic_long_inc_and_test(&(l)->a) macro
A Dlocal64.h39 #define local64_inc_and_test(l) local_inc_and_test(&(l)->a)
/linux-6.3-rc2/arch/loongarch/include/asm/
A Dlocal.h104 #define local_inc_and_test(l) (local_inc_return(l) == 0) macro
/linux-6.3-rc2/arch/alpha/include/asm/
A Dlocal.h92 #define local_inc_and_test(l) (local_add_return(1, (l)) == 0) macro
/linux-6.3-rc2/arch/x86/include/asm/
A Dlocal.h80 static inline bool local_inc_and_test(local_t *l) in local_inc_and_test() function
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dlocal.h72 #define local_inc_and_test(l) (local_inc_return(l) == 0) macro
/linux-6.3-rc2/arch/mips/include/asm/
A Dlocal.h142 #define local_inc_and_test(l) (local_inc_return(l) == 0) macro

Completed in 7 milliseconds