Searched refs:hw_util (Results 1 – 3 of 3) sorted by relevance
1594 pghw_util_t *hw_util = &pg->pghw_stats; in cu_pg_update() local1595 uint64_t old_utilization = hw_util->pghw_util; in cu_pg_update()1609 hw_util->pghw_util = 0; in cu_pg_update()1610 hw_util->pghw_time_running = 0; in cu_pg_update()1611 hw_util->pghw_time_stopped = 0; in cu_pg_update()1636 hw_util->pghw_util += stats->cs_value_total; in cu_pg_update()1637 hw_util->pghw_time_running += stats->cs_time_running; in cu_pg_update()1638 hw_util->pghw_time_stopped += stats->cs_time_stopped; in cu_pg_update()1646 hw_util->pghw_time_stopped += in cu_pg_update()1653 time_delta = now - hw_util->pghw_time_stamp; in cu_pg_update()[all …]
573 pghw_util_t *hw_util = &pg->pghw_stats; in pghw_cu_kstat_update() local608 hw_util->pghw_util = 0; in pghw_cu_kstat_update()609 hw_util->pghw_rate_max = 0; in pghw_cu_kstat_update()642 pgsp->pg_hw_util.value.ui64 = hw_util->pghw_util; in pghw_cu_kstat_update()644 hw_util->pghw_time_running; in pghw_cu_kstat_update()646 hw_util->pghw_time_stopped; in pghw_cu_kstat_update()647 pgsp->pg_hw_util_rate.value.ui64 = hw_util->pghw_rate; in pghw_cu_kstat_update()648 pgsp->pg_hw_util_rate_max.value.ui64 = hw_util->pghw_rate_max; in pghw_cu_kstat_update()
289 $pg->{util} = $pg_ks->{hw_util};926 $pg->{util} = $pg_ks->{hw_util};1577 $cpudata->{hw_util};