Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/include/asm/
Dlocal.h38 static inline void local_sub(long i, local_t *l) in local_sub() function
160 #define __local_sub(i, l) local_sub((i), (l))
/Linux-v5.15/include/asm-generic/
Dlocal.h34 #define local_sub(i,l) atomic_long_sub((i),(&(l)->a)) macro
Dlocal64.h35 #define local64_sub(i,l) local_sub((i),(&(l)->a))
/Linux-v5.15/arch/alpha/include/asm/
Dlocal.h19 #define local_sub(i,l) atomic_long_sub((i),(&(l)->a)) macro
/Linux-v5.15/mm/
Dmmap_lock.c152 local_sub(MEMCG_PATH_BUF_SIZE, &this_cpu_ptr(&memcg_paths)->buf_idx); in put_memcg_path_buf()
/Linux-v5.15/arch/mips/include/asm/
Dlocal.h23 #define local_sub(i, l) atomic_long_sub((i), (&(l)->a)) macro
/Linux-v5.15/kernel/trace/
Dring_buffer.c1922 local_sub(BUF_PAGE_SIZE, &cpu_buffer->entries_bytes); in rb_remove_pages()
2406 local_sub(BUF_PAGE_SIZE, &cpu_buffer->entries_bytes); in rb_handle_head_page()
2542 local_sub(length, &tail_page->write); in rb_reset_tail()
2576 local_sub(length, &tail_page->write); in rb_reset_tail()
2588 local_sub(length, &tail_page->write); in rb_reset_tail()
2937 local_sub(event_length, &cpu_buffer->entries_bytes); in rb_try_to_discard()
/Linux-v5.15/kernel/events/
Dcore.c7147 local_sub(wakeup_events, &rb->events); in perf_output_sample()