Searched refs:total_hz (Results 1 – 1 of 1) sorted by relevance
91 uint64_t units, total_hz, *ptr = (uint64_t *)(top+idx), in vmstat_main() local130 total_hz = 0; in vmstat_main()131 for (i=0; i<4; i++) total_hz += ptr[i+!!i] - oldptr[i+!!i]; in vmstat_main()143 if (order[i]<7) out = ((out*100) + (total_hz/2)) / total_hz; in vmstat_main()