Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/top/dist/machine/
H A Dm_hpux7.c89 #define weighted_cpu(pct, pp) ((pp)->p_time == 0 ? 0.0 : \ macro
H A Dm_svr4.c107 #define weighted_cpu(pct, pp) ( ((pp)->pr_time.tv_sec) == 0 ? 0.0 : \ macro
H A Dm_irix5.c99 #define weighted_cpu(pp) (*(double *)&pp->pr_fill[2]) macro
H A Dm_hpux8.c104 #define weighted_cpu(pct, pp) ((pp)->p_time == 0 ? 0.0 : \ macro
H A Dm_sunos4.c115 #define weighted_cpu(pct, pp) ((pp)->p_time == 0 ? 0.0 : \ macro
H A Dm_hpux9.c117 #define weighted_cpu(pct, pp) ((p_time_exact(pp)) == 0 ? 0.0 : \ macro
H A Dm_sco5.c104 #define weighted_cpu(pct, pp) ((pp)->p_time == 0 ? 0.0 : \ macro
H A Dm_macosx.c93 #define weighted_cpu(pct, s) (s == 0 ? 0.0 : \ macro
H A Dm_aix5.c533 #define weighted_cpu(pp) (PROCTIME(pp) == 0 ? 0.0 : \ macro
H A Dm_irixsgi.c121 #define weighted_cpu(pp) (* (double *) D_align(&((pp)->pr_fill[4]))) macro
H A Dm_aix43.c436 #define weighted_cpu(pp) (PROCTIME(pp) == 0 ? 0.0 : \ macro
H A Dm_netbsd.c98 #define weighted_cpu(pfx, pct, pp) ((pp)->pfx ## swtime == 0 ? 0.0 : \ macro