Home
last modified time | relevance | path

Searched refs:local64_xchg (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/include/asm-generic/
Dlocal64.h46 #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/
Dhv-gpci.c198 prev = local64_xchg(&event->hw.prev_count, now); in h_gpci_event_update()
Dhv-24x7.c1354 (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/
Dcache-l2x0-pmu.c137 } while (local64_xchg(&hw->prev_count, new_count) != prev_count); in l2x0_pmu_event_read()
/Linux-v4.19/arch/x86/events/intel/
Dpt.c778 old = (local64_xchg(&buf->head, base) & in pt_update_head()
Duncore.c232 if (local64_xchg(&event->hw.prev_count, new_count) != prev_count) in uncore_perf_event_update()
/Linux-v4.19/drivers/perf/
Darm-ccn.c892 } while (local64_xchg(&hw->prev_count, new_count) != prev_count); in arm_ccn_pmu_event_update()
/Linux-v4.19/kernel/events/
Dcore.c3018 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()