Home
last modified time | relevance | path

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

/Linux-v5.15/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-v5.15/include/linux/
Dcookie.h47 local_dec(&local->nesting); in gen_cookie_next()
Dpart_stat.h73 local_dec(&(part_stat_get(part, field)))
/Linux-v5.15/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-v5.15/arch/alpha/include/asm/
Dlocal.h17 #define local_dec(l) atomic_long_dec(&(l)->a) macro
/Linux-v5.15/arch/powerpc/include/asm/
Dlocal.h75 #define local_dec(l) local_dec_return(l) macro
/Linux-v5.15/arch/mips/include/asm/
Dlocal.h25 #define local_dec(l) atomic_long_dec(&(l)->a) macro
/Linux-v5.15/kernel/trace/
Dring_buffer.c3018 local_dec(&cpu_buffer->committing); in rb_end_commit()
3609 local_dec(&cpu_buffer->committing); in rb_reserve_next_event()
3610 local_dec(&cpu_buffer->commits); in rb_reserve_next_event()
3731 local_dec(&bpage->entries); in rb_decrement_entry()
3743 local_dec(&bpage->entries); in rb_decrement_entry()