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

/osnet-11/usr/src/lib/libzonestat/common/
H A Dlibzonestat.c2836 * sres - points to usage struct which is diff of snew and sold
2837 * sold - points to stats from last interval
2840 * sres and sold - point same struct that is running total of previous
2842 * snew - points to a struct contains diff of snew and sold computed
2856 struct zs_system *sold, *snew, *sres; local
2873 sold = uold->zsu_system;
2883 snew->zss_cpu_total_time, sold->zss_cpu_total_time);
2885 snew->zss_cpu_usage_kern, sold->zss_cpu_usage_kern);
2887 snew->zss_cpu_usage_zones, sold->zss_cpu_usage_zones);
2890 sold
[all...]

Completed in 27 milliseconds