Lines Matching refs:top
77 struct vmstat_proc top[2];
83 memset(top, 0, sizeof(top));
89 uint64_t units, total_hz, *ptr = (uint64_t *)(top+idx),
90 *oldptr = (uint64_t *)(top+!idx);
110 get_vmstat_proc(top+idx);
111 top[idx].running--; // Don't include ourselves
112 top[idx].user += top[idx].nice;
113 top[idx].sys += top[idx].irq + top[idx].sirq;
114 top[idx].swaptotal -= top[idx].swapfree;