Home
last modified time | relevance | path

Searched refs:total_hz (Results 1 – 1 of 1) sorted by relevance

/external/toybox/toys/other/
Dvmstat.c89 uint64_t units, total_hz, *ptr = (uint64_t *)(top+idx), in vmstat_main() local
128 total_hz = 0; in vmstat_main()
129 for (i=0; i<4; i++) total_hz += ptr[i+!!i] - oldptr[i+!!i]; in vmstat_main()
141 if (order[i]<7) out = ((out*100) + (total_hz/2)) / total_hz; in vmstat_main()