Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H 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))
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dlocal.h34 #define local_sub(i,l) atomic_long_sub((i),(&(l)->a)) macro
H A Dlocal64.h35 #define local64_sub(i,l) local_sub((i),(&(l)->a))
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dlocal.h19 #define local_sub(i,l) atomic_long_sub((i),(&(l)->a)) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dlocal.h23 #define local_sub(i, l) atomic_long_sub((i), (&(l)->a)) macro
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dring_buffer.c1908 local_sub(BUF_PAGE_SIZE, &cpu_buffer->entries_bytes); in rb_remove_pages()
2399 local_sub(BUF_PAGE_SIZE, &cpu_buffer->entries_bytes); in rb_handle_head_page()
2536 local_sub(length, &tail_page->write); in rb_reset_tail()
2573 local_sub(length, &tail_page->write); in rb_reset_tail()
2588 local_sub(length, &tail_page->write); in rb_reset_tail()
2950 local_sub(event_length, &cpu_buffer->entries_bytes); in rb_try_to_discard()
/OK3568_Linux_fs/kernel/kernel/events/
H A Dcore.c7026 local_sub(wakeup_events, &rb->events); in perf_output_sample()