Searched refs:zs_ts_used_scale (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libzonestat/common/ |
H A D | libzonestat.c | 731 zs_ts_used_scale(timestruc_t *total, timestruc_t *used, uint64_t scale, function 759 return ((uint_t)zs_ts_used_scale(total, used, ZSD_PCT_INT, cap_at_100)); 770 return (zs_ts_used_scale(total, used, ncpus * ZSD_ONE_CPU, cap_at_100)); 811 return (zs_ts_used_scale(&zone->zsz_share_time, &zone->zsz_cpu_usage,
|
Completed in 105 milliseconds