Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dlocal.h37 static inline void local_sub(long i, local_t *l) in local_sub() function
159 #define __local_sub(i, l) local_sub((i), (l))
/linux-4.1.27/include/asm-generic/
Dlocal.h33 #define local_sub(i,l) atomic_long_sub((i),(&(l)->a)) macro
Dlocal64.h34 #define local64_sub(i,l) local_sub((i),(&(l)->a))
/linux-4.1.27/arch/alpha/include/asm/
Dlocal.h18 #define local_sub(i,l) atomic_long_sub((i),(&(l)->a)) macro
/linux-4.1.27/arch/powerpc/include/asm/
Dlocal.h18 #define local_sub(i,l) atomic_long_sub((i),(&(l)->a)) macro
/linux-4.1.27/arch/m32r/include/asm/
Dlocal.h126 #define local_sub(i, l) ((void) local_sub_return((i), (l))) macro
/linux-4.1.27/arch/mips/include/asm/
Dlocal.h22 #define local_sub(i, l) atomic_long_sub((i), (&(l)->a)) macro
/linux-4.1.27/kernel/trace/
Dring_buffer.c1549 local_sub(BUF_PAGE_SIZE, &cpu_buffer->entries_bytes); in rb_remove_pages()
2110 local_sub(BUF_PAGE_SIZE, &cpu_buffer->entries_bytes); in rb_handle_head_page()
2259 local_sub(length, &tail_page->write); in rb_reset_tail()
2294 local_sub(length, &tail_page->write); in rb_reset_tail()
2306 local_sub(length, &tail_page->write); in rb_reset_tail()
2506 local_sub(event_length, &cpu_buffer->entries_bytes); in rb_try_to_discard()
/linux-4.1.27/kernel/events/
Dcore.c5305 local_sub(wakeup_events, &rb->events); in perf_output_sample()