Searched refs:local_add (Results 1 – 8 of 8) sorted by relevance
| /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/arch/x86/events/intel/ |
| H A D | bts.c | 209 local_add(head - old, &bb->data_size); in bts_update()
|
| /linux/kernel/trace/ |
| H A D | ring_buffer.c | 2883 local_add(page_entries, &cpu_buffer->overrun); in rb_remove_pages() 3444 local_add(entries, &cpu_buffer->overrun); in rb_handle_head_page() 3631 local_add(bsize - tail, &cpu_buffer->entries_bytes); in rb_reset_tail() 4674 local_add(info->length, &cpu_buffer->entries_bytes); in __rb_reserve_next() 7029 local_add(RB_MISSED_STORED, &bpage->commit); in ring_buffer_read_page() 7032 local_add(RB_MISSED_EVENTS, &bpage->commit); in ring_buffer_read_page() 7687 local_add(RB_MISSED_STORED, &bpage->commit); in ring_buffer_map_get_reader() 7689 local_add(RB_MISSED_EVENTS, &bpage->commit); in ring_buffer_map_get_reader()
|
| /linux/kernel/events/ |
| H A D | ring_buffer.c | 239 local_add(rb->watermark, &rb->wakeup); in __perf_output_begin()
|