HomeSort by: relevance | last modified time | path
    Searched defs:weighted_cpu (Results 1 - 12 of 12) sorted by relevancy

  /src/external/bsd/top/dist/machine/
m_hpux7.c 89 #define weighted_cpu(pct, pp) ((pp)->p_time == 0 ? 0.0 : \ macro
602 100.0 * weighted_cpu(pct, pp),
m_hpux8.c 104 #define weighted_cpu(pct, pp) ((pp)->p_time == 0 ? 0.0 : \ macro
569 100.0 * weighted_cpu(pct, pp),
m_hpux9.c 117 #define weighted_cpu(pct, pp) ((p_time_exact(pp)) == 0 ? 0.0 : \ macro
578 /* get time used for calculation in weighted_cpu */
592 100.0 * weighted_cpu(pct, pp),
m_irix5.c 99 #define weighted_cpu(pp) (*(double *)&pp->pr_fill[2]) macro
469 weighted_cpu (pp),
697 weighted_cpu (currproc) =
715 weighted_cpu (currproc) =
721 weighted_cpu (currproc) = 0.0;
758 op->oldpct = weighted_cpu (currproc);
m_sunos4.c 115 #define weighted_cpu(pct, pp) ((pp)->p_time == 0 ? 0.0 : \ macro
716 100.0 * weighted_cpu(pct, pp),
m_svr4.c 107 #define weighted_cpu(pct, pp) ( ((pp)->pr_time.tv_sec) == 0 ? 0.0 : \ macro
m_aix43.c 436 #define weighted_cpu(pp) (PROCTIME(pp) == 0 ? 0.0 : \ macro
485 weighted_cpu(pi), /* WCPU */
m_aix5.c 533 #define weighted_cpu(pp) (PROCTIME(pp) == 0 ? 0.0 : \ macro
578 weighted_cpu(pi), /* WCPU */
m_irixsgi.c 121 #define weighted_cpu(pp) (* (double *) D_align(&((pp)->pr_fill[4]))) macro
646 clip_percent(weighted_cpu(pp)),
1031 weighted_cpu(currproc) =
1049 weighted_cpu(currproc) = percent_cpu(currproc);
1053 weighted_cpu(currproc) = 0.0;
1106 op->oldpct = weighted_cpu(currproc);
m_macosx.c 93 #define weighted_cpu(pct, s) (s == 0 ? 0.0 : \ macro
471 // 100.0 * weighted_cpu(pct, (RP(pp, user_time).seconds + RP(pp, system_time).seconds)),
m_netbsd.c 98 #define weighted_cpu(pfx, pct, pp) ((pp)->pfx ## swtime == 0 ? 0.0 : \ macro
927 wcpu = 100.0 * weighted_cpu(p_, pct, pp);
1040 100.0 * weighted_cpu(l_, pct, pl),
m_sco5.c 104 #define weighted_cpu(pct, pp) ((pp)->p_time == 0 ? 0.0 : \ macro

Completed in 38 milliseconds