Searched refs:swap_r_func_t (Results 1 – 3 of 3) sorted by relevance
| /linux/lib/ |
| H A D | sort.c | 123 #define SWAP_WORDS_64 (swap_r_func_t)0 124 #define SWAP_WORDS_32 (swap_r_func_t)1 125 #define SWAP_BYTES (swap_r_func_t)2 126 #define SWAP_WRAPPER (swap_r_func_t)3 137 static void do_swap(void *a, void *b, size_t size, swap_r_func_t swap_func, const void *priv) in do_swap() 193 swap_r_func_t swap_func, in __sort_r() 305 swap_r_func_t swap_func, in sort_r() 326 swap_r_func_t swap_func, in sort_r_nonatomic()
|
| /linux/include/linux/ |
| H A D | sort.h | 19 swap_r_func_t swap_func, 30 swap_r_func_t swap_func,
|
| H A D | types.h | 273 typedef void (*swap_r_func_t)(void *a, void *b, int size, const void *priv); typedef
|