Searched refs:pr_fill (Results 1 – 3 of 3) sorted by relevance
51 #define pr_fill pr_nlwp macro376 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()
98 #define percent_cpu(pp) (*(double *)pp->pr_fill)99 #define weighted_cpu(pp) (*(double *)&pp->pr_fill[2])
120 #define percent_cpu(pp) (* (double *) D_align(&((pp)->pr_fill[0])))121 #define weighted_cpu(pp) (* (double *) D_align(&((pp)->pr_fill[4])))