Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/arch/powerpc/perf/
Dhv-gpci.c191 prev = local64_xchg(&event->hw.prev_count, now); in h_gpci_event_update()
Dhv-24x7.c1236 prev = local64_xchg(&event->hw.prev_count, now); in update_event_count()
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_pt.c539 old = (local64_xchg(&buf->head, base) & in pt_update_head()
Dperf_event_intel_uncore.c241 if (local64_xchg(&event->hw.prev_count, new_count) != prev_count) in uncore_perf_event_update()
/linux-4.4.14/drivers/bus/
Darm-ccn.c873 } while (local64_xchg(&hw->prev_count, new_count) != prev_count); in arm_ccn_pmu_event_update()
/linux-4.4.14/kernel/events/
Dcore.c2500 value = local64_xchg(&event->count, value); in __perf_event_sync_stat()
7248 prev = local64_xchg(&event->hw.prev_count, now); in cpu_clock_event_update()
7324 prev = local64_xchg(&event->hw.prev_count, now); in task_clock_event_update()