Searched refs:prev_hw (Results 1 – 1 of 1) sorted by relevance
762 u64 time_hw, prev_hw, overflow_hw; in intel_rc6_residency_ns() local802 prev_hw = rc6->prev_hw_residency[id]; in intel_rc6_residency_ns()806 if (time_hw >= prev_hw) in intel_rc6_residency_ns()807 time_hw -= prev_hw; in intel_rc6_residency_ns()809 time_hw += overflow_hw - prev_hw; in intel_rc6_residency_ns()
Completed in 3 milliseconds