Searched refs:snew (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
2838 * snew - points to stats from current interval
2842 * snew - points to a struct contains diff of snew and sold computed
2856 struct zs_system *sold, *snew, *sres; local
2874 snew = unew->zsu_system;
2879 if (sres != snew)
2880 *sres = *snew;
2883 snew->zss_cpu_total_time, sold->zss_cpu_total_time);
2885 snew
[all...]

Completed in 22 milliseconds