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.c3413 p->pmc_comp.pmc_thresh = kmem_alloc(2 * sizeof (int), in e_pm_default_components()
3416 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()
3874 compp->pmc_thresh = kmem_alloc(level * sizeof (int), KM_SLEEP); \
3877 compp->pmc_thresh[j] = INT_MAX; /* only [0] sticks */ \
4016 kmem_free(cp->pmc_comp.pmc_thresh, nlevels * sizeof (int)); in e_pm_destroy_components()
4247 if (pp->pmc_thresh) { in pm_autoconfig()
[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()