Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dsort.h14 swap_func_t swap_func);
H A Dtypes.h242 typedef void (*swap_func_t)(void *a, void *b, int size); typedef
/openbmc/linux/lib/
H A Dsort.c132 swap_func_t swap;
283 swap_func_t swap_func) in sort()