Searched refs:zsz_cap_time (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/libzonestat/common/ |
H A D | zonestat_impl.h | 181 timestruc_t zsz_cap_time; member
|
H A D | libzonestat.c | 184 ZS_MAXOFTS(old->zsz_cap_time, new->zsz_cap_time); in zs_zone_add_usage() 219 TIMESTRUC_ADD_TIMESTRUC(old->zsz_cap_time, new->zsz_cap_time); in zs_zone_add_usage() 313 TIMESTRUC_DELTA(zres->zsz_cap_time, znew->zsz_cap_time, in zs_usage_compute_zones() 314 zold->zsz_cap_time); in zs_usage_compute_zones() 795 return (zs_ts_used_cpus(&zone->zsz_cap_time, &zone->zsz_cpu_usage, in zs_zone_cpu_cap_used() 818 *ts = zone->zsz_cap_time; in zs_zone_cpu_cap_time() 877 return (zs_ts_used_pct(&zone->zsz_cap_time, &zone->zsz_cpu_usage, in zs_zone_cpu_cap_pct() 1157 return (zs_ts_used_pct(&zone->zsz_cap_time, in zs_pset_zone_usage_pct_cpu_cap()
|
/titanic_41/usr/src/cmd/zonestat/zonestatd/ |
H A D | zonestatd.c | 282 timestruc_t zsz_cap_time; /* cpu time of cpu cap */ member 3663 TIMESTRUC_ADD_NANOSEC(zone->zsz_cap_time, elapsed); in zsd_refresh_cpu_stats() 3808 zone->zsz_cap_time = dzone->zsz_cap_time; in zsd_usage_cache_update()
|