Searched refs:p_times (Results 1 – 1 of 1) sorted by relevance
54 static struct p_times { struct88 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()