Home
last modified time | relevance | path

Searched refs:weighted_cpu (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/external/bsd/top/dist/machine/
Dm_irix5.c99 #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);
Dm_irixsgi.c121 #define weighted_cpu(pp) (* (double *) D_align(&((pp)->pr_fill[4]))) macro
646 clip_percent(weighted_cpu(pp)), in format_next_process()
1031 weighted_cpu(currproc) = in getptable()
1049 weighted_cpu(currproc) = percent_cpu(currproc); in getptable()
1053 weighted_cpu(currproc) = 0.0; in getptable()
1106 op->oldpct = weighted_cpu(currproc); in getptable()
Dm_hpux8.c104 #define weighted_cpu(pct, pp) ((pp)->p_time == 0 ? 0.0 : \ macro
569 100.0 * weighted_cpu(pct, pp),
Dm_aix43.c436 #define weighted_cpu(pp) (PROCTIME(pp) == 0 ? 0.0 : \ macro
485 weighted_cpu(pi), /* WCPU */ in format_next_process()
Dm_hpux7.c89 #define weighted_cpu(pct, pp) ((pp)->p_time == 0 ? 0.0 : \ macro
602 100.0 * weighted_cpu(pct, pp),
Dm_hpux9.c117 #define weighted_cpu(pct, pp) ((p_time_exact(pp)) == 0 ? 0.0 : \ macro
592 100.0 * weighted_cpu(pct, pp),
Dm_sunos4.c115 #define weighted_cpu(pct, pp) ((pp)->p_time == 0 ? 0.0 : \ macro
716 100.0 * weighted_cpu(pct, pp),
Dm_aix5.c533 #define weighted_cpu(pp) (PROCTIME(pp) == 0 ? 0.0 : \ macro
578 weighted_cpu(pi), /* WCPU */
Dm_netbsd.c98 #define weighted_cpu(pfx, pct, pp) ((pp)->pfx ## swtime == 0 ? 0.0 : \ macro
927 wcpu = 100.0 * weighted_cpu(p_, pct, pp); in format_next_proc()
1040 100.0 * weighted_cpu(l_, pct, pl), in format_next_lwp()
Dm_svr4.c107 #define weighted_cpu(pct, pp) ( ((pp)->pr_time.tv_sec) == 0 ? 0.0 : \ macro
Dm_sco5.c104 #define weighted_cpu(pct, pp) ((pp)->p_time == 0 ? 0.0 : \ macro
Dm_macosx.c93 #define weighted_cpu(pct, s) (s == 0 ? 0.0 : \ macro