Lines Matching defs:out
20 cached, kilobytes swapped in and out per second, file disk blocks input and
43 // a big array, then read the elements back out by name
54 // We use vmstuff to fill out vmstat_proc as an array of uint64_t:
136 uint64_t out = ptr[order[i]];
140 if (i>5) out -= oldptr[order[i]];
141 if (order[i]<7) out = ((out*100) + (total_hz/2)) / total_hz;
142 else if (order[i]>17) out = ((out * page_kb)+(units-1))/units;
143 else if (order[i]>15) out = ((out)+(units-1))/units;
144 else if (order[i]<9) out = (out+(units-1)) / units;
150 offset += printf(" %*"PRIu64+!i, len, out);