Searched refs:pool_cache_sort_put_callback (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/usr.bin/systat/ |
H A D | pool.c | 146 int pool_cache_sort_put_callback(const void *, const void *); 191 {"releases", "releases", 'P', pool_cache_sort_put_callback}, 193 {"listreleases", "listreleases", 'U', pool_cache_sort_put_callback}, 670 pool_cache_sort_put_callback(const void *s1, const void *s2) in pool_cache_sort_put_callback() function
|