Home
last modified time | relevance | path

Searched refs:local_xchg (Results 1 – 7 of 7) sorted by relevance

/arch/x86/events/intel/
A Dbts.c195 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 Dpt.c1533 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 Dlocal.h70 #define local_xchg(l, n) (atomic_long_xchg((&(l)->a), (n))) macro
/arch/alpha/include/asm/
A Dlocal.h65 #define local_xchg(l, n) (xchg_local(&((l)->a.counter), (n))) macro
/arch/x86/include/asm/
A Dlocal.h140 local_xchg(local_t *l, long n) in local_xchg() function
/arch/powerpc/include/asm/
A Dlocal.h104 static __inline__ long local_xchg(local_t *l, long n) in local_xchg() function
/arch/mips/include/asm/
A Dlocal.h108 #define local_xchg(l, n) (atomic_long_xchg((&(l)->a), (n))) macro

Completed in 16 milliseconds