Searched refs:local64_xchg (Results 1 – 8 of 8) sorted by relevance
| /Linux-v4.19/include/asm-generic/ |
| D | local64.h | 46 #define local64_xchg(l, n) local_xchg((&(l)->a), (n)) macro 84 #define local64_xchg(l, n) atomic64_xchg((&(l)->a), (n)) macro
|
| /Linux-v4.19/arch/powerpc/perf/ |
| D | hv-gpci.c | 198 prev = local64_xchg(&event->hw.prev_count, now); in h_gpci_event_update()
|
| D | hv-24x7.c | 1354 (void)local64_xchg(&event->hw.prev_count, ct); in h_24x7_event_init() 1374 prev = local64_xchg(&event->hw.prev_count, now); in update_event_count()
|
| /Linux-v4.19/arch/arm/mm/ |
| D | cache-l2x0-pmu.c | 137 } while (local64_xchg(&hw->prev_count, new_count) != prev_count); in l2x0_pmu_event_read()
|
| /Linux-v4.19/arch/x86/events/intel/ |
| D | pt.c | 778 old = (local64_xchg(&buf->head, base) & in pt_update_head()
|
| D | uncore.c | 232 if (local64_xchg(&event->hw.prev_count, new_count) != prev_count) in uncore_perf_event_update()
|
| /Linux-v4.19/drivers/perf/ |
| D | arm-ccn.c | 892 } while (local64_xchg(&hw->prev_count, new_count) != prev_count); in arm_ccn_pmu_event_update()
|
| /Linux-v4.19/kernel/events/ |
| D | core.c | 3018 value = local64_xchg(&event->count, value); in __perf_event_sync_stat() 9204 prev = local64_xchg(&event->hw.prev_count, now); in cpu_clock_event_update() 9280 prev = local64_xchg(&event->hw.prev_count, now); in task_clock_event_update()
|