Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzonestat/common/
H A Dzonestat_impl.h182 timestruc_t zsz_share_time; member
H A Dlibzonestat.c185 ZS_MAXOFTS(old->zsz_share_time, new->zsz_share_time); in zs_zone_add_usage()
220 TIMESTRUC_ADD_TIMESTRUC(old->zsz_share_time, new->zsz_share_time); in zs_zone_add_usage()
315 TIMESTRUC_DELTA(zres->zsz_share_time, in zs_usage_compute_zones()
316 znew->zsz_share_time, zold->zsz_share_time); in zs_usage_compute_zones()
811 return (zs_ts_used_scale(&zone->zsz_share_time, &zone->zsz_cpu_usage, in zs_zone_cpu_shares_used()
824 *ts = zone->zsz_share_time; in zs_zone_cpu_share_time()
893 return (zs_ts_used_pct(&zone->zsz_share_time, &zone->zsz_cpu_usage, in zs_zone_cpu_shares_pct()
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c283 timestruc_t zsz_share_time; /* cpu time of share of cpu */ member
3636 TIMESTRUC_ADD_NANOSEC(zone->zsz_share_time, in zsd_refresh_cpu_stats()
3803 zone->zsz_share_time = dzone->zsz_share_time; in zsd_usage_cache_update()