Home
last modified time | relevance | path

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

/linux-6.1.9/lib/
Dsort.c156 #define _CMP_WRAPPER ((cmp_r_func_t)0L)
158 static int do_cmp(const void *a, const void *b, cmp_r_func_t cmp, const void *priv) in do_cmp()
211 cmp_r_func_t cmp_func, in sort_r()
/linux-6.1.9/include/linux/
Dsort.h8 cmp_r_func_t cmp_func,
Dtypes.h232 typedef int (*cmp_r_func_t)(const void *a, const void *b, const void *priv); typedef