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

/freebsd-10-stable/bin/ps/
H A Dps.c116 static enum sort { DEFAULT, SORTMEM, SORTCPU } sortby = DEFAULT; enumerator in enum:sort
346 sortby = SORTCPU;
381 sortby = SORTCPU;
1276 /* SORTCPU and SORTMEM are sorted in descending order. */
1277 if (sortby == SORTCPU)

Completed in 102 milliseconds