Home
last modified time | relevance | path

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

/Linux-v5.4/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.4/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.4/arch/alpha/include/asm/
Dlocal.h17 #define local_dec(l) atomic_long_dec(&(l)->a) macro
/Linux-v5.4/arch/powerpc/include/asm/
Dlocal.h75 #define local_dec(l) local_dec_return(l) macro
/Linux-v5.4/arch/mips/include/asm/
Dlocal.h25 #define local_dec(l) atomic_long_dec(&(l)->a) macro
/Linux-v5.4/kernel/trace/
Dring_buffer.c2529 local_dec(&cpu_buffer->committing); in rb_end_commit()
2890 local_dec(&cpu_buffer->committing); in rb_reserve_next_event()
2891 local_dec(&cpu_buffer->commits); in rb_reserve_next_event()
3023 local_dec(&bpage->entries); in rb_decrement_entry()
3035 local_dec(&bpage->entries); in rb_decrement_entry()
/Linux-v5.4/include/linux/
Dgenhd.h393 local_dec(&(part_stat_get(gendiskp, field)))