Searched refs:wait_cycles (Results 1 – 1 of 1) sorted by relevance
24 u64 wait_cycles; in update_idle_purr_accounting() local27 wait_cycles = be64_to_cpu(get_lppaca()->wait_state_cycles); in update_idle_purr_accounting()28 wait_cycles += mfspr(SPRN_PURR) - in_purr; in update_idle_purr_accounting()29 get_lppaca()->wait_state_cycles = cpu_to_be64(wait_cycles); in update_idle_purr_accounting()
Completed in 3 milliseconds