Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dpghw.h98 uint64_t pghw_rate_max; /* Max observed rate (in units/sec) */ member
/titanic_44/usr/src/uts/common/os/
H A Dpghw.c609 hw_util->pghw_rate_max = 0; in pghw_cu_kstat_update()
648 pgsp->pg_hw_util_rate_max.value.ui64 = hw_util->pghw_rate_max; in pghw_cu_kstat_update()
H A Dcap_util.c1680 if (hw_util->pghw_rate_max < hw_util->pghw_rate) in cu_pg_update()
1681 hw_util->pghw_rate_max = hw_util->pghw_rate; in cu_pg_update()