Home
last modified time | relevance | path

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

/linux-4.1.27/include/asm-generic/
Dlocal64.h45 #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/
Dhv-gpci.c191 prev = local64_xchg(&event->hw.prev_count, now); in h_gpci_event_update()
Dhv-24x7.c1227 prev = local64_xchg(&event->hw.prev_count, now); in update_event_count()
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_pt.c480 old = (local64_xchg(&buf->head, base) & in pt_update_head()
Dperf_event_intel_uncore.c187 if (local64_xchg(&event->hw.prev_count, new_count) != prev_count) in uncore_perf_event_update()
/linux-4.1.27/drivers/bus/
Darm-ccn.c793 } while (local64_xchg(&hw->prev_count, new_count) != prev_count); in arm_ccn_pmu_event_update()
/linux-4.1.27/kernel/events/
Dcore.c2481 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()