Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dpghw.h95 typedef struct pghw_util { struct
96 uint64_t pghw_util; /* sum(utilization) */ member
/titanic_44/usr/src/uts/common/os/
H A Dcap_util.c1595 uint64_t old_utilization = hw_util->pghw_util; in cu_pg_update()
1609 hw_util->pghw_util = 0; in cu_pg_update()
1636 hw_util->pghw_util += stats->cs_value_total; in cu_pg_update()
1664 if (hw_util->pghw_util > old_utilization) in cu_pg_update()
1665 utilization_delta = hw_util->pghw_util - old_utilization; in cu_pg_update()
H A Dpghw.c608 hw_util->pghw_util = 0; in pghw_cu_kstat_update()
642 pgsp->pg_hw_util.value.ui64 = hw_util->pghw_util; in pghw_cu_kstat_update()