Searched refs:tot2 (Results 1 – 1 of 1) sorted by relevance
516 u_int64_t tot1, tot2, delta1, delta2; in report_cpu_disk_util() local521 tot2 = after.user_cpu_ticks + after.nice_cpu_ticks + in report_cpu_disk_util()527 delta1 = tot2 - tot1; in report_cpu_disk_util()528 tot2 += after.iowait_cpu_ticks + after.idle_cpu_ticks; in report_cpu_disk_util()530 delta2 = tot2 - tot1; in report_cpu_disk_util()