Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/include/asm/
A Dlocal.h25 static inline void local_dec(local_t *l) in local_dec() function
158 #define __local_dec(l) local_dec(l)
/linux-6.3-rc2/kernel/bpf/
A Dmemalloc.c208 local_dec(&c->active); in alloc_bulk()
297 local_dec(&c->active); in free_bulk()
588 local_dec(&c->active); in unit_alloc()
623 local_dec(&c->active); in unit_free()
/linux-6.3-rc2/include/linux/
A Dcookie.h47 local_dec(&local->nesting); in gen_cookie_next()
A Dpart_stat.h74 local_dec(&(part_stat_get(part, field)))
/linux-6.3-rc2/include/asm-generic/
A Dlocal.h32 #define local_dec(l) atomic_long_dec(&(l)->a) macro
A Dlocal64.h33 #define local64_dec(l) local_dec(&(l)->a)
/linux-6.3-rc2/arch/loongarch/include/asm/
A Dlocal.h25 #define local_dec(l) atomic_long_dec(&(l)->a) macro
/linux-6.3-rc2/arch/alpha/include/asm/
A Dlocal.h17 #define local_dec(l) atomic_long_dec(&(l)->a) macro
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dlocal.h75 #define local_dec(l) local_dec_return(l) macro
/linux-6.3-rc2/arch/mips/include/asm/
A Dlocal.h25 #define local_dec(l) atomic_long_dec(&(l)->a) macro
/linux-6.3-rc2/kernel/trace/
A Dring_buffer.c3149 local_dec(&cpu_buffer->committing); in rb_end_commit()
3726 local_dec(&cpu_buffer->committing); in rb_reserve_next_event()
3727 local_dec(&cpu_buffer->commits); in rb_reserve_next_event()
3848 local_dec(&bpage->entries); in rb_decrement_entry()
3860 local_dec(&bpage->entries); in rb_decrement_entry()
/linux-6.3-rc2/kernel/events/
A Dcore.c2260 local_dec(&event->ctx->nr_pending); in event_sched_out()
6674 local_dec(&event->ctx->nr_pending); in __perf_pending_irq()
6747 local_dec(&event->ctx->nr_pending); in perf_pending_task()

Completed in 38 milliseconds