Searched refs:tot_ticks (Results 1 – 1 of 1) sorted by relevance
345 unsigned int tot_ticks; member458 &ios_pgr, &state->tot_ticks, &rq_ticks); in read_disk_util_state()468 state->tot_ticks /= 1000; /* to seconds */ in read_disk_util_state()469 state->tot_ticks *= hz; /* to hz */ in read_disk_util_state()554 disk_util = (after.tot_ticks - before.tot_ticks) * 100.0 / in report_cpu_disk_util()