Searched refs:pghw_util (Results 1 – 3 of 3) sorted by relevance
95 typedef struct pghw_util { struct96 uint64_t pghw_util; /* sum(utilization) */ member
1595 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()
608 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()