Searched defs:cpupm_ti_predict_interval (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dcpu_pm.c130 hrtime_t cpupm_ti_predict_interval; variable
462 if ((now - last) < cpupm_ti_predict_interval) {
519 if ((now - last) >= cpupm_ti_predict_interval) {
739 cpupm_ti_predict_interval = unscalehrtime(cpupm_ti_gov_interval);

Completed in 50 milliseconds