Home
last modified time | relevance | path

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

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