Searched refs:local_add (Results 1 - 10 of 10) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dlocal.h31 static inline void local_add(long i, local_t *l) function
179 #define __local_add(i, l) local_add((i), (l))
/linux-master/include/asm-generic/
H A Dlocal.h33 #define local_add(i,l) atomic_long_add((i),(&(l)->a)) macro
H A Dlocal64.h34 #define local64_add(i,l) local_add((i),(&(l)->a))
/linux-master/arch/alpha/include/asm/
H A Dlocal.h18 #define local_add(i,l) atomic_long_add((i),(&(l)->a)) macro
/linux-master/arch/loongarch/include/asm/
H A Dlocal.h22 #define local_add(i, l) atomic_long_add((i), (&(l)->a)) macro
/linux-master/arch/mips/include/asm/
H A Dlocal.h22 #define local_add(i, l) atomic_long_add((i), (&(l)->a)) macro
/linux-master/arch/x86/events/intel/
H A Dbts.c208 local_add(head - old, &buf->data_size);
H A Dpt.c871 local_add(base - old, &buf->data_size);
/linux-master/kernel/events/
H A Dring_buffer.c234 local_add(rb->watermark, &rb->wakeup);
/linux-master/kernel/trace/
H A Dring_buffer.c1894 local_add(page_entries, &cpu_buffer->overrun);
2405 local_add(entries, &cpu_buffer->overrun);
2590 local_add(bsize - tail, &cpu_buffer->entries_bytes);
3638 local_add(info->length, &cpu_buffer->entries_bytes);
5833 local_add(RB_MISSED_STORED, &bpage->commit);
5836 local_add(RB_MISSED_EVENTS, &bpage->commit);

Completed in 226 milliseconds