Searched refs:local64_try_cmpxchg (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/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.6.21/arch/x86/events/ |
D | msr.c | 250 } while (!local64_try_cmpxchg(&event->hw.prev_count, &prev, now)); in msr_event_update()
|
D | core.c | 135 } while (!local64_try_cmpxchg(&hwc->prev_count, in x86_perf_event_update()
|
/linux-6.6.21/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.6.21/drivers/dma/idxd/ |
D | perfmon.c | 251 } while (!local64_try_cmpxchg(&hwc->prev_count, in perfmon_pmu_event_update()
|
/linux-6.6.21/arch/x86/events/intel/ |
D | cstate.c | 371 } while (!local64_try_cmpxchg(&hwc->prev_count, in cstate_pmu_event_update()
|
/linux-6.6.21/arch/x86/events/amd/ |
D | ibs.c | 159 if (!local64_try_cmpxchg(&hwc->prev_count, in perf_event_try_update()
|
/linux-6.6.21/kernel/events/ |
D | core.c | 9657 } while (!local64_try_cmpxchg(&hwc->period_left, &old, val)); in perf_swevent_set_period()
|