Searched refs:CP_IDLE (Results 1 – 10 of 10) sorted by relevance
171 #define CP_IDLE 4 macro
334 (100 * cp_time_last[CP_IDLE]) / ticks); in tcpp_server()
363 printf("%0.02f", (float)(100 * cp_time_finish[CP_IDLE]) / ticks); in tcpp_client()
190 excl = cp_times[cpu * CPUSTATES + CP_IDLE] - in read_usage_times() 191 cp_times_old[cpu * CPUSTATES + CP_IDLE]; in read_usage_times()
738 T2J(cp_time[CP_IDLE])); in linprocfs_dostat()755 T2J(cp[CP_IDLE])); in linprocfs_dostat()818 T2S(cp_time[CP_IDLE] / mp_ncpus), in linprocfs_douptime()819 T2CS(cp_time[CP_IDLE] / mp_ncpus) % 100); in linprocfs_douptime()
85 CP_IDLE };
731 cp_time[CP_IDLE] += cnt; in statclock()
1140 percent("idle", 100LL * cur.cp_time[CP_IDLE] / total, &over); in cpustats()1181 100LL * cur_cp_times[i * CPUSTATES + CP_IDLE] / total, in pcpustats()
374 CP_IDLE };
240 cpu_stats->idle = cp_time[CP_IDLE]; in getcpu()