/linux/include/asm-generic/ |
A D | local64.h | 45 #define local64_cmpxchg(l, o, n) local_cmpxchg((&(l)->a), (o), (n)) macro 83 #define local64_cmpxchg(l, o, n) atomic64_cmpxchg((&(l)->a), (o), (n)) macro
|
/linux/arch/powerpc/perf/ |
A D | 8xx-pmu.c | 149 } while (local64_cmpxchg(&event->hw.prev_count, prev, val) != prev); in mpc8xx_pmu_read()
|
A D | core-fsl-emb.c | 178 } while (local64_cmpxchg(&event->hw.prev_count, prev, val) != prev); in fsl_emb_pmu_read()
|
A D | core-book3s.c | 1143 } while (local64_cmpxchg(&event->hw.prev_count, prev, val) != prev); in power_pmu_read() 1161 } while (local64_cmpxchg(&event->hw.period_left, prev, val) != prev); in power_pmu_read()
|
/linux/drivers/perf/ |
A D | qcom_l3_pmu.c | 253 } while (local64_cmpxchg(&event->hw.prev_count, prev, new) != prev); in qcom_l3_cache__64bit_counter_update() 325 } while (local64_cmpxchg(&event->hw.prev_count, prev, new) != prev); in qcom_l3_cache__32bit_counter_update()
|
A D | arm_dmc620_pmu.c | 306 } while (local64_cmpxchg(&hwc->prev_count, in dmc620_pmu_event_update()
|
A D | arm_dsu_pmu.c | 358 } while (local64_cmpxchg(&hwc->prev_count, prev_count, new_count) != in dsu_pmu_event_update()
|
A D | arm_pmu.c | 249 if (local64_cmpxchg(&hwc->prev_count, prev_raw_count, in armpmu_event_update()
|
A D | arm_smmuv3_pmu.c | 214 } while (local64_cmpxchg(&hwc->prev_count, prev, now) != prev); in smmu_pmu_event_update()
|
A D | qcom_l2_pmu.c | 306 } while (local64_cmpxchg(&hwc->prev_count, prev, now) != prev); in l2_cache_event_update()
|
/linux/arch/sh/kernel/ |
A D | perf_event.c | 181 if (local64_cmpxchg(&hwc->prev_count, prev_raw_count, in sh_perf_event_update()
|
/linux/arch/x86/events/ |
A D | msr.c | 242 if (local64_cmpxchg(&event->hw.prev_count, prev, now) != prev) in msr_event_update()
|
A D | rapl.c | 186 if (local64_cmpxchg(&hwc->prev_count, prev_raw_count, in rapl_event_update()
|
/linux/arch/riscv/kernel/ |
A D | perf_event.c | 226 oldval = local64_cmpxchg(&hwc->prev_count, prev_raw_count, in riscv_pmu_read()
|
/linux/arch/xtensa/kernel/ |
A D | perf_event.c | 145 } while (local64_cmpxchg(&hwc->prev_count, prev_raw_count, in xtensa_perf_event_update()
|
/linux/drivers/perf/hisilicon/ |
A D | hisi_uncore_pmu.c | 300 } while (local64_cmpxchg(&hwc->prev_count, prev_raw_count, in hisi_uncore_pmu_event_update()
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_pmu.c | 284 } while (local64_cmpxchg(&hwc->prev_count, prev, count) != prev); in amdgpu_perf_read()
|
/linux/arch/arm/mach-imx/ |
A D | mmdc.c | 315 } while (local64_cmpxchg(&hwc->prev_count, prev_raw_count, in mmdc_pmu_event_update()
|
/linux/arch/s390/kernel/ |
A D | perf_cpum_cf.c | 556 } while (local64_cmpxchg(&event->hw.prev_count, prev, new) != prev); in hw_perf_event_reset() 571 } while (local64_cmpxchg(&event->hw.prev_count, prev, new) != prev); in hw_perf_event_update()
|
/linux/arch/x86/events/intel/ |
A D | cstate.c | 370 if (local64_cmpxchg(&hwc->prev_count, prev_raw_count, in cstate_pmu_event_update()
|
/linux/arch/alpha/kernel/ |
A D | perf_event.c | 317 if (local64_cmpxchg(&hwc->prev_count, prev_raw_count, in alpha_perf_event_update()
|
/linux/drivers/dma/idxd/ |
A D | perfmon.c | 251 } while (local64_cmpxchg(&hwc->prev_count, prev_raw_count, in perfmon_pmu_event_update()
|
/linux/arch/x86/events/amd/ |
A D | ibs.c | 163 if (local64_cmpxchg(&hwc->prev_count, prev_raw_count, in perf_event_try_update()
|
/linux/arch/nds32/kernel/ |
A D | perf_event_cpu.c | 953 if (local64_cmpxchg(&hwc->prev_count, prev_raw_count, in nds32_pmu_event_update()
|
/linux/drivers/gpu/drm/i915/ |
A D | i915_pmu.c | 631 if (local64_cmpxchg(&hwc->prev_count, prev, new) != prev) in i915_pmu_event_read()
|