Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Depm.h156 time_t pmc_timestamp; /* timestamp */ member
/titanic_41/usr/src/uts/common/os/
H A Dsunpm.c1119 valuep[i] = PM_CP(dip, i)->pmc_timestamp; in pm_get_timestamps()
2399 if (cp->pmc_timestamp) in pm_reset_timestamps()
2400 cp->pmc_timestamp = gethrestime_sec(); in pm_reset_timestamps()
3912 compp->pmc_timestamp = gethrestime_sec(); in e_pm_create_components()
4624 cp->pmc_timestamp = 0; in pm_busy_component()
4645 cp->pmc_timestamp = gethrestime_sec(); in pm_idle_component()
4647 cp->pmc_timestamp = gethrestime_sec(); in pm_idle_component()
7397 if (cp->pmc_timestamp == 0 && cp->pmc_busycount == 0) in pm_adjust_timestamps()
7398 cp->pmc_timestamp = gethrestime_sec(); in pm_adjust_timestamps()
8808 idletime = gethrestime_sec() - cp->pmc_timestamp; in pm_busop_set_power()
/titanic_41/usr/src/uts/common/io/
H A Dpm.c1488 timestamp = cp->pmc_timestamp; in pm_ioctl()