Searched defs:compare_keys (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/prstat/
H A Dprsort.c152 compare_keys(list_t *list, ulong_t key1, ulong_t key2) function
171 if (compare_keys(list, k1, k2) >= 0) {
198 if (compare_keys(list, k1, k2) >= 0) /* skip insertion */
201 if (compare_keys(list, k2, k1) >= 0) { /* add at the head */

Completed in 54 milliseconds