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

/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dcpupm_throttle.c296 int throtl_level; local
308 throtl_level = CPU_ACPI_TPC(handle);
313 if ((throtl_level < 0) || (throtl_level > max_throttle_lvl)) {
315 "_TPC out of range %d", cp->cpu_id, throtl_level);
316 throtl_level = 0;
319 return (throtl_level);

Completed in 51 milliseconds