Searched refs:comp_dst (Results 1 – 1 of 1) sorted by relevance
258 static int comp_dst(const void *, const void *);740 qsort(aio, n, sizeof(*aio), comp_dst); in reorder()981 comp_dst(const void *arg1, const void *arg2) in comp_dst() function