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

/freebsd-10-stable/usr.bin/systat/
H A Dpigs.c60 static struct p_times { struct
94 qsort(pt, nproc, sizeof (struct p_times), compar);
158 malloc(nproc * sizeof(struct p_times))) == NULL) {
191 return (((const struct p_times *) a)->pt_pctcpu >
192 ((const struct p_times *) b)->pt_pctcpu)? -1: 1;

Completed in 108 milliseconds