HomeSort by: relevance | last modified time | path
    Searched refs:p_times (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/systat/
ps.h 37 extern struct p_times { struct
pigs.c 62 struct p_times *pt;
115 qsort(pt, nproc + 1, sizeof (struct p_times), compare_pctcpu);
186 if (reallocarr(&pt, nproc + 1, sizeof(struct p_times)) != 0) {
231 return (((const struct p_times *) a)->pt_pctcpu >
232 ((const struct p_times *) b)->pt_pctcpu)? -1: 1;
ps.c 104 qsort(pt, nproc + 1, sizeof (struct p_times), compare_pctcpu_noidle);
145 if (((const struct p_times *) a)->pt_kp == NULL)
148 if (((const struct p_times *) b)->pt_kp == NULL)
151 return (((const struct p_times *) a)->pt_pctcpu >
152 ((const struct p_times *) b)->pt_pctcpu)? -1: 1;

Completed in 11 milliseconds