Home | History | Annotate | Download | only in sa

Lines Matching refs:ci_utime

338 	tocip->ci_utime += fromcip->ci_utime;
351 t = (cip->ci_utime + cip->ci_stime) / (double) AHZ;
387 (cip->ci_utime + cip->ci_stime) / (double)
388 (totalcip->ci_utime + totalcip->ci_stime));
394 printf("%11.2fu ", cip->ci_utime / (double) (AHZ * c));
396 printf("%11.2fu ", cip->ci_utime / (60.0 * AHZ));
399 printf(" %4.2f%% ", cip->ci_utime / (double) totalcip->ci_utime);
417 printf("%8.2fre/cp ", cip->ci_etime / (double) (cip->ci_utime + cip->ci_stime));