Home
last modified time | relevance | path

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

/linux/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/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/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/arch/alpha/include/asm/
A Dlocal.h17 #define local_dec(l) atomic_long_dec(&(l)->a) macro
/linux/arch/powerpc/include/asm/
A Dlocal.h75 #define local_dec(l) local_dec_return(l) macro
/linux/arch/mips/include/asm/
A Dlocal.h25 #define local_dec(l) atomic_long_dec(&(l)->a) macro
/linux/kernel/trace/
A Dring_buffer.c3018 local_dec(&cpu_buffer->committing); in rb_end_commit()
3604 local_dec(&cpu_buffer->committing); in rb_reserve_next_event()
3605 local_dec(&cpu_buffer->commits); in rb_reserve_next_event()
3726 local_dec(&bpage->entries); in rb_decrement_entry()
3738 local_dec(&bpage->entries); in rb_decrement_entry()

Completed in 20 milliseconds