Home
last modified time | relevance | path

Searched refs:pr_fill (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/top/dist/machine/
H A Dm_sunos5.c51 #define pr_fill pr_nlwp macro
376 return snprintf(buf, sz, "%4d", pp->pr_fill < 999 ? pp->pr_fill: 999); in fmt_nlwp()
2002 currproc->pr_fill = 0; in getptable()
2008 currproc->pr_fill = (short)prstatus.pr_nlwp; in getptable()
H A Dm_irix5.c98 #define percent_cpu(pp) (*(double *)pp->pr_fill)
99 #define weighted_cpu(pp) (*(double *)&pp->pr_fill[2])
H A Dm_irixsgi.c120 #define percent_cpu(pp) (* (double *) D_align(&((pp)->pr_fill[0])))
121 #define weighted_cpu(pp) (* (double *) D_align(&((pp)->pr_fill[4])))