Home | History | Annotate | Download | only in vmstat

Lines Matching defs:DELTA

70  * Take the delta between the present values and the last recorded
72 * the delta values in the 'cur' structure.
86 #define DELTA(x) do { \
125 /* Delta Values. */
132 DELTA(wait[i]);
133 DELTA(time[i]);
134 DELTA(waitsum[i]);
135 DELTA(busysum[i]);
136 DELTA(timestamp[i]);
170 #undef DELTA