Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/include/asm/
Dlocal.h25 static inline void local_dec(local_t *l) in local_dec() function
167 #define __local_dec(l) local_dec(l)
/linux-6.6.21/include/linux/
Dcookie.h47 local_dec(&local->nesting); in gen_cookie_next()
Dpart_stat.h74 local_dec(&(part_stat_get(part, field)))
/linux-6.6.21/kernel/bpf/
Dmemalloc.c188 local_dec(&c->active); in dec_active()
744 local_dec(&c->active); in unit_alloc()
785 local_dec(&c->active); in unit_free()
807 local_dec(&c->active); in unit_free_rcu()
/linux-6.6.21/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-6.6.21/arch/alpha/include/asm/
Dlocal.h17 #define local_dec(l) atomic_long_dec(&(l)->a) macro
/linux-6.6.21/arch/loongarch/include/asm/
Dlocal.h25 #define local_dec(l) atomic_long_dec(&(l)->a) macro
/linux-6.6.21/arch/powerpc/include/asm/
Dlocal.h75 #define local_dec(l) local_dec_return(l) macro
/linux-6.6.21/arch/mips/include/asm/
Dlocal.h25 #define local_dec(l) atomic_long_dec(&(l)->a) macro
/linux-6.6.21/kernel/trace/
Dring_buffer.c3093 local_dec(&cpu_buffer->committing); in rb_end_commit()
3670 local_dec(&cpu_buffer->committing); in rb_reserve_next_event()
3671 local_dec(&cpu_buffer->commits); in rb_reserve_next_event()
3794 local_dec(&bpage->entries); in rb_decrement_entry()
3806 local_dec(&bpage->entries); in rb_decrement_entry()
/linux-6.6.21/kernel/events/
Dcore.c2298 local_dec(&event->ctx->nr_pending); in event_sched_out()
6735 local_dec(&event->ctx->nr_pending); in __perf_pending_irq()
6808 local_dec(&event->ctx->nr_pending); in perf_pending_task()