Searched refs:local_add (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/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-6.15/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-6.15/arch/loongarch/include/asm/ |
| H A D | local.h | 22 #define local_add(i, l) atomic_long_add((i), (&(l)->a)) macro
|
| /linux-6.15/arch/alpha/include/asm/ |
| H A D | local.h | 18 #define local_add(i,l) atomic_long_add((i),(&(l)->a)) macro
|
| /linux-6.15/arch/mips/include/asm/ |
| H A D | local.h | 22 #define local_add(i, l) atomic_long_add((i), (&(l)->a)) macro
|
| /linux-6.15/kernel/trace/ |
| H A D | ring_buffer.c | 2695 local_add(page_entries, &cpu_buffer->overrun); in rb_remove_pages() 3253 local_add(entries, &cpu_buffer->overrun); in rb_handle_head_page() 3440 local_add(bsize - tail, &cpu_buffer->entries_bytes); in rb_reset_tail() 4464 local_add(info->length, &cpu_buffer->entries_bytes); in __rb_reserve_next() 6658 local_add(RB_MISSED_STORED, &bpage->commit); in ring_buffer_read_page() 6661 local_add(RB_MISSED_EVENTS, &bpage->commit); in ring_buffer_read_page() 7306 local_add(RB_MISSED_STORED, &bpage->commit); in ring_buffer_map_get_reader() 7308 local_add(RB_MISSED_EVENTS, &bpage->commit); in ring_buffer_map_get_reader()
|
| /linux-6.15/arch/x86/events/intel/ |
| H A D | bts.c | 208 local_add(head - old, &buf->data_size); in bts_update()
|
| H A D | pt.c | 897 local_add(base - old, &buf->data_size); in pt_update_head()
|
| /linux-6.15/kernel/events/ |
| H A D | ring_buffer.c | 239 local_add(rb->watermark, &rb->wakeup); in __perf_output_begin()
|