Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c3416 p->pmc_comp.pmc_thresh[0] = INT_MAX; in e_pm_default_components()
3417 p->pmc_comp.pmc_thresh[1] = INT_MAX; in e_pm_default_components()
3626 return (cp->pmc_comp.pmc_thresh[1]); in cur_threshold()
3639 ASSERT(cp->pmc_comp.pmc_thresh); in cur_threshold()
3640 return (cp->pmc_comp.pmc_thresh[pwr]); in cur_threshold()
4247 if (pp->pmc_thresh) { in pm_autoconfig()
4301 pmc->pmc_thresh[level] = thresh; in pm_set_device_threshold()
4371 pmc->pmc_thresh[level] = thresh; in pm_set_device_threshold()
4381 comp, level, pmc->pmc_thresh[level])) in pm_set_device_threshold()
4400 pmc->pmc_thresh[level] += 1; in pm_set_device_threshold()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Depm.h142 int *pmc_thresh; /* thresholds in secs, last INT_MAX */ member
/illumos-gate/usr/src/uts/common/io/
H A Dpm.c357 cmn_err(CE_CONT, " %d", cp->pmc_comp.pmc_thresh[i]); in print_info()
1835 thp = cp->pmc_comp.pmc_thresh; in pm_ioctl()