Searched refs:CP_IDLE (Results 1 – 11 of 11) sorted by relevance
172 #define CP_IDLE 4 macro
180 excl = cp_times[cpu * CPUSTATES + CP_IDLE] - in read_usage_times()181 cp_times_old[cpu * CPUSTATES + CP_IDLE]; in read_usage_times()
336 (100 * cp_time_last[CP_IDLE]) / ticks); in tcpp_server()
365 printf("%0.02f", (float)(100 * cp_time_finish[CP_IDLE]) / ticks); in tcpp_client()
705 T2J(cp_time[CP_IDLE])); in linprocfs_dostat()722 T2J(cp[CP_IDLE])); in linprocfs_dostat()785 T2S(cp_time[CP_IDLE] / mp_ncpus), in linprocfs_douptime()786 T2CS(cp_time[CP_IDLE] / mp_ncpus) % 100); in linprocfs_douptime()
94 CP_IDLE };
683 cp_time[CP_IDLE] += cnt; in statclock()
1211 percent("idle", cur.cp_time[CP_IDLE] * lpct, &over); in cpustats()1252 percent("idle", cur_cp_times[i * CPUSTATES + CP_IDLE] * lpct, in pcpustats()
226 cpu_stats->idle = cp_time[CP_IDLE]; in getcpu()
381 CP_IDLE };
2979 *idle_count = pcpu->pc_cp_time[CP_IDLE];