Home
last modified time | relevance | path

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

/freebsd/usr.bin/systat/
H A Dpigs.c55 float pt_pctcpu; member
93 for (k = 0; i > 0 && pt[k].pt_pctcpu > 0.01; i--, y++, k++) { in showpigs()
102 for (j = pt[k].pt_pctcpu * 50 + 0.5; j > 0; j--) in showpigs()
160 pctp = &pt[i].pt_pctcpu; in fetchpigs()
182 return (((const struct p_times *) a)->pt_pctcpu > in compar()
183 ((const struct p_times *) b)->pt_pctcpu)? -1: 1; in compar()