Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/systat/
H A Dpool.c141 int pool_cache_sort_name_callback(const void *, const void *);
186 {"name", "name", 'N', pool_cache_sort_name_callback},
583 pool_cache_sort_name_callback(const void *s1, const void *s2) in pool_cache_sort_name_callback() function
604 return pool_cache_sort_name_callback(s1, s2); in pool_cache_sort_len_callback()
619 return pool_cache_sort_name_callback(s1, s2); in pool_cache_sort_idle_callback()
634 return pool_cache_sort_name_callback(s1, s2); in pool_cache_sort_ngc_callback()
666 return pool_cache_sort_name_callback(s1, s2); in pool_cache_sort_req_callback()
698 return pool_cache_sort_name_callback(s1, s2); in pool_cache_sort_put_callback()
730 return pool_cache_sort_name_callback(s1, s2); in pool_cache_sort_lreq_callback()
762 return pool_cache_sort_name_callback(s1, s2); in pool_cache_sort_lput_callback()