Searched refs:local64_try_cmpxchg (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/include/asm-generic/ |
D | local64.h | 50 static inline bool local64_try_cmpxchg(local64_t *l, s64 *old, s64 new) in local64_try_cmpxchg() function 93 #define local64_try_cmpxchg(l, po, n) atomic64_try_cmpxchg((&(l)->a), (po), (n)) macro
|
/linux-6.12.1/arch/x86/events/ |
D | msr.c | 250 } while (!local64_try_cmpxchg(&event->hw.prev_count, &prev, now)); in msr_event_update()
|
D | rapl.c | 215 } while (!local64_try_cmpxchg(&hwc->prev_count, in rapl_event_update()
|
D | core.c | 137 } while (!local64_try_cmpxchg(&hwc->prev_count, in x86_perf_event_update()
|
/linux-6.12.1/drivers/dma/idxd/ |
D | perfmon.c | 220 } while (!local64_try_cmpxchg(&hwc->prev_count, in perfmon_pmu_event_update()
|
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_pmu.c | 291 } while (!local64_try_cmpxchg(&hwc->prev_count, &prev, count)); in amdgpu_perf_read()
|
/linux-6.12.1/arch/x86/events/intel/ |
D | cstate.c | 335 } while (!local64_try_cmpxchg(&hwc->prev_count, in cstate_pmu_event_update()
|
/linux-6.12.1/arch/x86/events/amd/ |
D | ibs.c | 159 if (!local64_try_cmpxchg(&hwc->prev_count, in perf_event_try_update()
|
/linux-6.12.1/drivers/gpu/drm/i915/ |
D | i915_pmu.c | 710 } while (!local64_try_cmpxchg(&hwc->prev_count, &prev, new)); in i915_pmu_event_read()
|
/linux-6.12.1/drivers/powercap/ |
D | intel_rapl_common.c | 1670 } while (!local64_try_cmpxchg(&hwc->prev_count, in rapl_event_update()
|
/linux-6.12.1/kernel/events/ |
D | core.c | 9932 } while (!local64_try_cmpxchg(&hwc->period_left, &old, val)); in perf_swevent_set_period()
|