Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dlocal.h25 static inline void local_dec(local_t *l) in local_dec() function
158 #define __local_dec(l) local_dec(l)
/Linux-v4.19/include/asm-generic/
Dlocal.h32 #define local_dec(l) atomic_long_dec(&(l)->a) macro
Dlocal64.h33 #define local64_dec(l) local_dec(&(l)->a)
/Linux-v4.19/arch/alpha/include/asm/
Dlocal.h17 #define local_dec(l) atomic_long_dec(&(l)->a) macro
/Linux-v4.19/arch/powerpc/include/asm/
Dlocal.h75 #define local_dec(l) local_dec_return(l) macro
/Linux-v4.19/arch/mips/include/asm/
Dlocal.h25 #define local_dec(l) atomic_long_dec(&(l)->a) macro
/Linux-v4.19/kernel/trace/
Dring_buffer.c2505 local_dec(&cpu_buffer->committing); in rb_end_commit()
2851 local_dec(&cpu_buffer->committing); in rb_reserve_next_event()
2852 local_dec(&cpu_buffer->commits); in rb_reserve_next_event()
2984 local_dec(&bpage->entries); in rb_decrement_entry()
2996 local_dec(&bpage->entries); in rb_decrement_entry()