Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dcpupm_throttle.c302 int max_throttle_lvl; in cpupm_throttle_get_max() local
317 max_throttle_lvl = num_throtl - 1; in cpupm_throttle_get_max()
318 if ((throtl_level < 0) || (throtl_level > max_throttle_lvl)) { in cpupm_throttle_get_max()