Searched refs:ctimes (Results 1 – 2 of 2) sorted by relevance
154 long ctimes[CPUSTATES]; in read_pg() local185 size = sizeof(ctimes); in read_pg()186 sysctl(cp_time_mib, 2, &ctimes, &size, NULL, 0); in read_pg()190 t += ctimes[i] - stime[i]; in read_pg()194 procbase[nproc].p_pctcpu = (ctimes[CP_IDLE] - stime[CP_IDLE]) / t / pctdouble(1); in read_pg()196 stime[i] = ctimes[i]; in read_pg()
29 common /ctimes / chiimp, apertime, filltime, addtime