Searched refs:local_sub (Results 1 – 8 of 8) sorted by relevance
/linux/arch/x86/include/asm/ |
A D | local.h | 38 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 D | local.h | 34 #define local_sub(i,l) atomic_long_sub((i),(&(l)->a)) macro
|
A D | local64.h | 35 #define local64_sub(i,l) local_sub((i),(&(l)->a))
|
/linux/arch/alpha/include/asm/ |
A D | local.h | 19 #define local_sub(i,l) atomic_long_sub((i),(&(l)->a)) macro
|
/linux/mm/ |
A D | mmap_lock.c | 152 local_sub(MEMCG_PATH_BUF_SIZE, &this_cpu_ptr(&memcg_paths)->buf_idx); in put_memcg_path_buf()
|
/linux/arch/mips/include/asm/ |
A D | local.h | 23 #define local_sub(i, l) atomic_long_sub((i), (&(l)->a)) macro
|
/linux/kernel/trace/ |
A D | ring_buffer.c | 1922 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 D | core.c | 7147 local_sub(wakeup_events, &rb->events); in perf_output_sample()
|
Completed in 41 milliseconds