Searched refs:local64_try_cmpxchg (Results 1 - 10 of 10) sorted by relevance

/linux-master/include/asm-generic/
H A Dlocal64.h50 static inline bool local64_try_cmpxchg(local64_t *l, s64 *old, s64 new) function
93 #define local64_try_cmpxchg(l, po, n) atomic64_try_cmpxchg((&(l)->a), (po), (n)) macro
/linux-master/arch/x86/events/
H A Dmsr.c250 } while (!local64_try_cmpxchg(&event->hw.prev_count, &prev, now));
H A Drapl.c185 } while (!local64_try_cmpxchg(&hwc->prev_count,
H A Dcore.c135 } while (!local64_try_cmpxchg(&hwc->prev_count,
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_pmu.c291 } while (!local64_try_cmpxchg(&hwc->prev_count, &prev, count));
/linux-master/arch/x86/events/intel/
H A Dcstate.c391 } while (!local64_try_cmpxchg(&hwc->prev_count,
/linux-master/drivers/dma/idxd/
H A Dperfmon.c251 } while (!local64_try_cmpxchg(&hwc->prev_count,
/linux-master/arch/x86/events/amd/
H A Dibs.c159 if (!local64_try_cmpxchg(&hwc->prev_count,
/linux-master/drivers/gpu/drm/i915/
H A Di915_pmu.c710 } while (!local64_try_cmpxchg(&hwc->prev_count, &prev, new));
/linux-master/kernel/events/
H A Dcore.c9673 } while (!local64_try_cmpxchg(&hwc->period_left, &old, val));

Completed in 201 milliseconds