Home
last modified time | relevance | path

Searched refs:ci_prev_sleep (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/arch/arm64/dev/
Daplcpu.c444 if (ci->ci_prev_sleep > 3 * APLCPU_DEEP_WFI_LATENCY) in aplcpu_idle_cycle()
455 ci->ci_prev_sleep = (ci->ci_prev_sleep + (ci->ci_prev_sleep >> 1) in aplcpu_idle_cycle()
/openbsd/src/sys/arch/arm64/include/
Dcpu.h164 u_long ci_prev_sleep; member
/openbsd/src/sys/arch/arm64/arm64/
Dcpu.c2459 if (ci->ci_prev_sleep > ci->ci_psci_idle_latency) in cpu_psci_idle_cycle()
2470 ci->ci_prev_sleep = (ci->ci_prev_sleep + (ci->ci_prev_sleep >> 1) in cpu_psci_idle_cycle()