Home
last modified time | relevance | path

Searched refs:wait_state_cycles (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Didle.h27 wait_cycles = be64_to_cpu(get_lppaca()->wait_state_cycles); in update_idle_purr_accounting()
29 get_lppaca()->wait_state_cycles = cpu_to_be64(wait_cycles); in update_idle_purr_accounting()
73 return be64_to_cpu(get_lppaca()->wait_state_cycles); in read_this_idle_purr()
H A Dlppaca.h66 __be64 wait_state_cycles; /* Wait cycles for this proc */ member