Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dlocal.h25 static inline void local_dec(local_t *l) in local_dec() function
178 #define __local_dec(l) local_dec(l)
/linux-6.15/include/linux/
H A Dcookie.h47 local_dec(&local->nesting); in gen_cookie_next()
H A Dpart_stat.h74 local_dec(&(part_stat_get(part, field)))
/linux-6.15/include/asm-generic/
H A Dlocal.h32 #define local_dec(l) atomic_long_dec(&(l)->a) macro
H A Dlocal64.h33 #define local64_dec(l) local_dec(&(l)->a)
/linux-6.15/kernel/bpf/
H A Dmemalloc.c189 local_dec(&c->active); in dec_active()
806 local_dec(&c->active); in unit_alloc()
852 local_dec(&c->active); in unit_free()
879 local_dec(&c->active); in unit_free_rcu()
/linux-6.15/arch/loongarch/include/asm/
H A Dlocal.h25 #define local_dec(l) atomic_long_dec(&(l)->a) macro
/linux-6.15/arch/alpha/include/asm/
H A Dlocal.h17 #define local_dec(l) atomic_long_dec(&(l)->a) macro
/linux-6.15/arch/powerpc/include/asm/
H A Dlocal.h75 #define local_dec(l) local_dec_return(l) macro
/linux-6.15/arch/mips/include/asm/
H A Dlocal.h25 #define local_dec(l) atomic_long_dec(&(l)->a) macro
/linux-6.15/kernel/trace/
H A Dring_buffer.c3867 local_dec(&cpu_buffer->committing); in rb_end_commit()
4502 local_dec(&cpu_buffer->committing); in rb_reserve_next_event()
4503 local_dec(&cpu_buffer->commits); in rb_reserve_next_event()
4626 local_dec(&bpage->entries); in rb_decrement_entry()
4638 local_dec(&bpage->entries); in rb_decrement_entry()
/linux-6.15/kernel/events/
H A Dcore.c2112 local_dec(&ctx->nr_no_switch_fast); in list_del_event()
7229 local_dec(&event->ctx->nr_no_switch_fast); in perf_pending_task()