Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Depm.h160 time_t pmc_timestamp; /* timestamp */ member
/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c1121 valuep[i] = PM_CP(dip, i)->pmc_timestamp; in pm_get_timestamps()
2395 if (cp->pmc_timestamp) in pm_reset_timestamps()
2396 cp->pmc_timestamp = gethrestime_sec(); in pm_reset_timestamps()
3907 compp->pmc_timestamp = gethrestime_sec(); in e_pm_create_components()
4620 cp->pmc_timestamp = 0; in pm_busy_component()
4641 cp->pmc_timestamp = gethrestime_sec(); in pm_idle_component()
4643 cp->pmc_timestamp = gethrestime_sec(); in pm_idle_component()
7388 if (cp->pmc_timestamp == 0 && cp->pmc_busycount == 0) in pm_adjust_timestamps()
7389 cp->pmc_timestamp = gethrestime_sec(); in pm_adjust_timestamps()
8796 idletime = gethrestime_sec() - cp->pmc_timestamp; in pm_busop_set_power()
/illumos-gate/usr/src/uts/common/io/
H A Dpm.c1488 timestamp = cp->pmc_timestamp; in pm_ioctl()