Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/cpuidle/
Dcpuidle-pseries.c46 wait_cycles = be64_to_cpu(get_lppaca()->wait_state_cycles); in idle_loop_epilog()
48 get_lppaca()->wait_state_cycles = cpu_to_be64(wait_cycles); in idle_loop_epilog()
/linux-4.1.27/arch/powerpc/include/asm/
Dlppaca.h74 __be64 wait_state_cycles; /* Wait cycles for this proc */ member