Home
last modified time | relevance | path

Searched refs:local64_try_cmpxchg (Results 1 – 8 of 8) sorted by relevance

/linux-6.6.21/include/asm-generic/
Dlocal64.h50 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/
Dmsr.c250 } while (!local64_try_cmpxchg(&event->hw.prev_count, &prev, now)); in msr_event_update()
Dcore.c135 } while (!local64_try_cmpxchg(&hwc->prev_count, in x86_perf_event_update()
/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/
Damdgpu_pmu.c291 } while (!local64_try_cmpxchg(&hwc->prev_count, &prev, count)); in amdgpu_perf_read()
/linux-6.6.21/drivers/dma/idxd/
Dperfmon.c251 } while (!local64_try_cmpxchg(&hwc->prev_count, in perfmon_pmu_event_update()
/linux-6.6.21/arch/x86/events/intel/
Dcstate.c371 } while (!local64_try_cmpxchg(&hwc->prev_count, in cstate_pmu_event_update()
/linux-6.6.21/arch/x86/events/amd/
Dibs.c159 if (!local64_try_cmpxchg(&hwc->prev_count, in perf_event_try_update()
/linux-6.6.21/kernel/events/
Dcore.c9657 } while (!local64_try_cmpxchg(&hwc->period_left, &old, val)); in perf_swevent_set_period()