Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
A 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/include/asm-generic/
A Dlocal.h34 #define local_sub(i,l) atomic_long_sub((i),(&(l)->a)) macro
A Dlocal64.h35 #define local64_sub(i,l) local_sub((i),(&(l)->a))
/linux/arch/alpha/include/asm/
A Dlocal.h19 #define local_sub(i,l) atomic_long_sub((i),(&(l)->a)) macro
/linux/mm/
A Dmmap_lock.c152 local_sub(MEMCG_PATH_BUF_SIZE, &this_cpu_ptr(&memcg_paths)->buf_idx); in put_memcg_path_buf()
/linux/arch/mips/include/asm/
A Dlocal.h23 #define local_sub(i, l) atomic_long_sub((i), (&(l)->a)) macro
/linux/kernel/trace/
A 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/kernel/events/
A Dcore.c7147 local_sub(wakeup_events, &rb->events); in perf_output_sample()

Completed in 41 milliseconds