Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/asm-generic/
H A Dlocal.h38 #define local_inc_and_test(l) atomic_long_inc_and_test(&(l)->a) macro
H A Dlocal64.h39 #define local64_inc_and_test(l) local_inc_and_test(&(l)->a)
/kernel/linux/linux-6.6/include/asm-generic/
H A Dlocal.h38 #define local_inc_and_test(l) atomic_long_inc_and_test(&(l)->a) macro
H A Dlocal64.h39 #define local64_inc_and_test(l) local_inc_and_test(&(l)->a)
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H A Dlocal.h92 #define local_inc_and_test(l) (local_add_return(1, (l)) == 0) macro
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dlocal.h102 * local_inc_and_test - increment and test
109 #define local_inc_and_test(l) (local_inc_return(l) == 0) macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dlocal.h73 * local_inc_and_test - increment and test
80 static inline bool local_inc_and_test(local_t *l) in local_inc_and_test() function
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dlocal.h65 * local_inc_and_test - increment and test
72 #define local_inc_and_test(l) (local_inc_return(l) == 0) macro
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Dlocal.h106 * local_inc_and_test - increment and test
113 #define local_inc_and_test(l) (local_inc_return(l) == 0) macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dlocal.h65 * local_inc_and_test - increment and test
72 #define local_inc_and_test(l) (local_inc_return(l) == 0) macro
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H A Dlocal.h100 #define local_inc_and_test(l) (local_add_return(1, (l)) == 0) macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dlocal.h73 * local_inc_and_test - increment and test
80 static inline bool local_inc_and_test(local_t *l) in local_inc_and_test() function
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dlocal.h166 * local_inc_and_test - increment and test
173 #define local_inc_and_test(l) (local_inc_return(l) == 0) macro
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dlocal.h144 * local_inc_and_test - increment and test
151 #define local_inc_and_test(l) (local_inc_return(l) == 0) macro

Completed in 6 milliseconds