Home
last modified time | relevance | path

Searched refs:sort_peak_callback (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/usr.bin/systat/
Dpftop.c105 int sort_peak_callback(const void *s1, const void *s2);
265 {"peak", "peak", 'K', sort_peak_callback},
382 sort_peak_callback(const void *s1, const void *s2) in sort_peak_callback() function