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

/linux-4.4.14/arch/x86/include/asm/
H A Dlocal.h37 static inline void local_sub(long i, local_t *l) local_sub() function
159 #define __local_sub(i, l) local_sub((i), (l))
/linux-4.4.14/arch/alpha/include/asm/
H A Dlocal.h18 #define local_sub(i,l) atomic_long_sub((i),(&(l)->a)) macro
/linux-4.4.14/include/asm-generic/
H A Dlocal.h33 #define local_sub(i,l) atomic_long_sub((i),(&(l)->a)) macro
H A Dlocal64.h34 #define local64_sub(i,l) local_sub((i),(&(l)->a))
/linux-4.4.14/arch/powerpc/include/asm/
H A Dlocal.h18 #define local_sub(i,l) atomic_long_sub((i),(&(l)->a)) macro
/linux-4.4.14/arch/mips/include/asm/
H A Dlocal.h22 #define local_sub(i, l) atomic_long_sub((i), (&(l)->a)) macro
/linux-4.4.14/arch/m32r/include/asm/
H A Dlocal.h120 * local_sub - subtract the local variable
126 #define local_sub(i, l) ((void) local_sub_return((i), (l))) macro
/linux-4.4.14/kernel/trace/
H A Dring_buffer.c1525 local_sub(BUF_PAGE_SIZE, &cpu_buffer->entries_bytes); rb_remove_pages()
1955 local_sub(BUF_PAGE_SIZE, &cpu_buffer->entries_bytes); rb_handle_head_page()
2088 local_sub(length, &tail_page->write); rb_reset_tail()
2123 local_sub(length, &tail_page->write); rb_reset_tail()
2135 local_sub(length, &tail_page->write); rb_reset_tail()
2382 local_sub(event_length, &cpu_buffer->entries_bytes); rb_try_to_discard()
/linux-4.4.14/kernel/events/
H A Dcore.c5477 local_sub(wakeup_events, &rb->events); perf_output_sample()

Completed in 233 milliseconds