Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/os/cpupm/
H A Dcpupm_throttle.c297 int max_throttle_lvl; in cpupm_throttle_get_max() local
312 max_throttle_lvl = num_throtl - 1; in cpupm_throttle_get_max()
313 if ((throtl_level < 0) || (throtl_level > max_throttle_lvl)) { in cpupm_throttle_get_max()