Searched refs:local64_xchg (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/include/asm-generic/ |
D | local64.h | 45 #define local64_xchg(l, n) local_xchg((&(l)->a), (n)) macro 83 #define local64_xchg(l, n) atomic64_xchg((&(l)->a), (n)) macro
|
/linux-4.1.27/arch/powerpc/perf/ |
D | hv-gpci.c | 191 prev = local64_xchg(&event->hw.prev_count, now); in h_gpci_event_update()
|
D | hv-24x7.c | 1227 prev = local64_xchg(&event->hw.prev_count, now); in update_event_count()
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event_intel_pt.c | 480 old = (local64_xchg(&buf->head, base) & in pt_update_head()
|
D | perf_event_intel_uncore.c | 187 if (local64_xchg(&event->hw.prev_count, new_count) != prev_count) in uncore_perf_event_update()
|
/linux-4.1.27/drivers/bus/ |
D | arm-ccn.c | 793 } while (local64_xchg(&hw->prev_count, new_count) != prev_count); in arm_ccn_pmu_event_update()
|
/linux-4.1.27/kernel/events/ |
D | core.c | 2481 value = local64_xchg(&event->count, value); in __perf_event_sync_stat() 6954 prev = local64_xchg(&event->hw.prev_count, now); in cpu_clock_event_update() 7030 prev = local64_xchg(&event->hw.prev_count, now); in task_clock_event_update()
|