Searched refs:local_add (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/x86/include/asm/ |
| H A D | local.h | 31 static inline void local_add(long i, local_t *l) in local_add() function 179 #define __local_add(i, l) local_add((i), (l))
|
| /linux/include/asm-generic/ |
| H A D | local.h | 33 #define local_add(i,l) atomic_long_add((i),(&(l)->a)) macro
|
| H A D | local64.h | 34 #define local64_add(i,l) local_add((i),(&(l)->a))
|
| /linux/arch/alpha/include/asm/ |
| H A D | local.h | 18 #define local_add(i,l) atomic_long_add((i),(&(l)->a)) macro
|
| /linux/arch/loongarch/include/asm/ |
| H A D | local.h | 23 #define local_add(i, l) atomic_long_add((i), (&(l)->a)) macro
|
| /linux/arch/mips/include/asm/ |
| H A D | local.h | 22 #define local_add(i, l) atomic_long_add((i), (&(l)->a)) macro
|
| /linux/kernel/trace/ |
| H A D | ring_buffer.c | 2805 local_add(page_entries, &cpu_buffer->overrun); in rb_remove_pages() 3366 local_add(entries, &cpu_buffer->overrun); in rb_handle_head_page() 3553 local_add(bsize - tail, &cpu_buffer->entries_bytes); in rb_reset_tail() 4577 local_add(info->length, &cpu_buffer->entries_bytes); in __rb_reserve_next() 6754 local_add(RB_MISSED_STORED, &bpage->commit); in ring_buffer_read_page() 6757 local_add(RB_MISSED_EVENTS, &bpage->commit); in ring_buffer_read_page() 7388 local_add(RB_MISSED_STORED, &bpage->commit); in ring_buffer_map_get_reader() 7390 local_add(RB_MISSED_EVENTS, &bpage->commit); in ring_buffer_map_get_reader()
|
| /linux/arch/x86/events/intel/ |
| H A D | bts.c | 209 local_add(head - old, &bb->data_size); in bts_update()
|
| /linux/kernel/events/ |
| H A D | ring_buffer.c | 239 local_add(rb->watermark, &rb->wakeup); in __perf_output_begin()
|