Searched refs:local_dec_and_test (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
H A Dlocal.h59 * local_dec_and_test - decrement and test
66 static inline int local_dec_and_test(local_t *l) local_dec_and_test() function
/linux-4.4.14/arch/mips/include/asm/
H A Dlocal.h167 * local_dec_and_test - decrement by 1 and test
174 #define local_dec_and_test(l) (local_sub_return(1, (l)) == 0) macro
/linux-4.4.14/arch/alpha/include/asm/
H A Dlocal.h93 #define local_dec_and_test(l) (local_sub_return(1, (l)) == 0) macro
/linux-4.4.14/include/asm-generic/
H A Dlocal.h36 #define local_dec_and_test(l) atomic_long_dec_and_test(&(l)->a) macro
H A Dlocal64.h37 #define local64_dec_and_test(l) local_dec_and_test(&(l)->a)
/linux-4.4.14/arch/powerpc/include/asm/
H A Dlocal.h139 #define local_dec_and_test(l) (local_dec_return((l)) == 0) macro
/linux-4.4.14/arch/m32r/include/asm/
H A Dlocal.h226 * local_dec_and_test - decrement and test
233 #define local_dec_and_test(l) (local_dec_return(l) == 0) macro
/linux-4.4.14/kernel/events/
H A Dring_buffer.c57 if (!local_dec_and_test(&rb->nest)) perf_output_put_handle()

Completed in 89 milliseconds