Searched refs:local64_xchg (Results 1 – 10 of 10) sorted by relevance
/linux/include/asm-generic/ |
A 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/arch/powerpc/perf/ |
A D | hv-gpci.c | 205 prev = local64_xchg(&event->hw.prev_count, now); in h_gpci_event_update()
|
A D | hv-24x7.c | 1459 (void)local64_xchg(&event->hw.prev_count, ct); in h_24x7_event_init() 1479 prev = local64_xchg(&event->hw.prev_count, now); in update_event_count()
|
/linux/drivers/perf/ |
A D | thunderx2_pmu.c | 484 prev = local64_xchg(&hwc->prev_count, new); in tx2_uncore_event_update() 488 prev = local64_xchg(&hwc->prev_count, new); in tx2_uncore_event_update()
|
A D | arm-ccn.c | 877 } while (local64_xchg(&hw->prev_count, new_count) != prev_count); in arm_ccn_pmu_event_update()
|
A D | arm-cmn.c | 746 prev = local64_xchg(&event->hw.prev_count, new); in arm_cmn_event_read()
|
/linux/arch/arm/mm/ |
A D | cache-l2x0-pmu.c | 125 } while (local64_xchg(&hw->prev_count, new_count) != prev_count); in l2x0_pmu_event_read()
|
/linux/arch/x86/events/intel/ |
A D | pt.c | 847 old = (local64_xchg(&buf->head, base) & in pt_update_head()
|
A D | uncore.c | 271 if (local64_xchg(&event->hw.prev_count, new_count) != prev_count) in uncore_perf_event_update()
|
/linux/kernel/events/ |
A D | core.c | 3364 value = local64_xchg(&event->count, value); in __perf_event_sync_stat() 10678 prev = local64_xchg(&event->hw.prev_count, now); in cpu_clock_event_update() 10754 prev = local64_xchg(&event->hw.prev_count, now); in task_clock_event_update()
|
Completed in 47 milliseconds