Searched refs:local_xchg (Results 1 – 7 of 7) sorted by relevance
| /arch/x86/events/intel/ |
| A D | bts.c | 195 old = local_xchg(&bb->head, head); in bts_update() 327 local_xchg(&bb->data_size, in bts_event_stop() 330 local_xchg(&bb->data_size, 0)); in bts_event_stop() 508 perf_aux_output_end(&bts->handle, local_xchg(&bb->data_size, 0)); in intel_bts_interrupt()
|
| A D | pt.c | 1533 perf_aux_output_end(&pt->handle, local_xchg(&buf->data_size, 0)); in intel_pt_interrupt() 1698 local_xchg(&buf->data_size, in pt_event_stop() 1700 perf_aux_output_end(&pt->handle, local_xchg(&buf->data_size, 0)); in pt_event_stop()
|
| /arch/loongarch/include/asm/ |
| A D | local.h | 70 #define local_xchg(l, n) (atomic_long_xchg((&(l)->a), (n))) macro
|
| /arch/alpha/include/asm/ |
| A D | local.h | 65 #define local_xchg(l, n) (xchg_local(&((l)->a.counter), (n))) macro
|
| /arch/x86/include/asm/ |
| A D | local.h | 140 local_xchg(local_t *l, long n) in local_xchg() function
|
| /arch/powerpc/include/asm/ |
| A D | local.h | 104 static __inline__ long local_xchg(local_t *l, long n) in local_xchg() function
|
| /arch/mips/include/asm/ |
| A D | local.h | 108 #define local_xchg(l, n) (atomic_long_xchg((&(l)->a), (n))) macro
|
Completed in 16 milliseconds