Lines Matching full:idle
40 idle. The rate at which this increments during a test is compared
52 uint64_t idle;
185 (unsigned long long *)&res[i].idle,
199 (unsigned long long)res[i].idle,
284 diff.idle =
285 tick_subtract(lib_start_count[i].idle, lib_end_count[i].idle);
298 total_ticks = diff.user + diff.nice + diff.sys + diff.idle + diff.iowait
302 /* calculate idle time as a percentage of all CPU states */
310 /* utilization = 100% - %idle */
311 lib_local_per_cpu_util[i] = 100. - CPU_STAT_PERCENTIZE(diff.idle);
329 (unsigned long long)diff.idle,