Home
last modified time | relevance | path

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

/freebsd/usr.bin/systat/
H A Dpigs.c54 static struct p_times { struct
88 qsort(pt, nproc, sizeof (struct p_times), compar); in showpigs()
182 return (((const struct p_times *) a)->pt_pctcpu > in compar()
183 ((const struct p_times *) b)->pt_pctcpu)? -1: 1; in compar()