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

/linux-4.4.14/arch/x86/include/asm/
H A Dlocal.h24 static inline void local_dec(local_t *l) local_dec() function
157 #define __local_dec(l) local_dec(l)
/linux-4.4.14/arch/alpha/include/asm/
H A Dlocal.h16 #define local_dec(l) atomic_long_dec(&(l)->a) macro
/linux-4.4.14/include/asm-generic/
H A Dlocal.h31 #define local_dec(l) atomic_long_dec(&(l)->a) macro
H A Dlocal64.h32 #define local64_dec(l) local_dec(&(l)->a)
/linux-4.4.14/arch/powerpc/include/asm/
H A Dlocal.h20 #define local_dec(l) atomic_long_dec(&(l)->a) macro
/linux-4.4.14/arch/mips/include/asm/
H A Dlocal.h24 #define local_dec(l) atomic_long_dec(&(l)->a) macro
/linux-4.4.14/arch/m32r/include/asm/
H A Dlocal.h208 * local_dec - decrement local variable
213 #define local_dec(l) ((void)local_dec_return(l)) macro
/linux-4.4.14/kernel/trace/
H A Dring_buffer.c2465 local_dec(&cpu_buffer->committing); rb_end_commit()
2762 local_dec(&cpu_buffer->committing); rb_reserve_next_event()
2763 local_dec(&cpu_buffer->commits); rb_reserve_next_event()
2892 local_dec(&bpage->entries); rb_decrement_entry()
2904 local_dec(&bpage->entries); rb_decrement_entry()

Completed in 179 milliseconds