Searched refs:hw_util (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dcap_util.c268 { "hw_util", KSTAT_DATA_UINT64 },
1594 pghw_util_t *hw_util = &pg->pghw_stats; local
1595 uint64_t old_utilization = hw_util->pghw_util;
1609 hw_util->pghw_util = 0;
1610 hw_util->pghw_time_running = 0;
1611 hw_util->pghw_time_stopped = 0;
1636 hw_util->pghw_util += stats->cs_value_total;
1637 hw_util->pghw_time_running += stats->cs_time_running;
1638 hw_util->pghw_time_stopped += stats->cs_time_stopped;
1646 hw_util
[all...]
H A Dpghw.c184 { "hw_util", KSTAT_DATA_UINT64 },
573 pghw_util_t *hw_util = &pg->pghw_stats; local
608 hw_util->pghw_util = 0;
609 hw_util->pghw_rate_max = 0;
642 pgsp->pg_hw_util.value.ui64 = hw_util->pghw_util;
644 hw_util->pghw_time_running;
646 hw_util->pghw_time_stopped;
647 pgsp->pg_hw_util_rate.value.ui64 = hw_util->pghw_rate;
648 pgsp->pg_hw_util_rate_max.value.ui64 = hw_util->pghw_rate_max;
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/
H A DPg.pm289 $pg->{util} = $pg_ks->{hw_util};
926 $pg->{util} = $pg_ks->{hw_util};
1577 $cpudata->{hw_util};

Completed in 57 milliseconds