Searched refs:pool_cache_sort_req_callback (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/usr.bin/systat/ |
H A D | pool.c | 145 int pool_cache_sort_req_callback(const void *, const void *); 190 {"requests", "requests", 'Q', pool_cache_sort_req_callback}, 192 {"listrequests", "listrequests", 'E', pool_cache_sort_req_callback}, 638 pool_cache_sort_req_callback(const void *s1, const void *s2) in pool_cache_sort_req_callback() function
|