Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dsort.h14 swap_func_t swap_func);
Dtypes.h242 typedef void (*swap_func_t)(void *a, void *b, int size); typedef
/Linux-v6.6/lib/
Dsort.c132 swap_func_t swap;
283 swap_func_t swap_func) in sort()