Searched refs:swap_func (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
D | sort.c | 133 static void do_swap(void *a, void *b, size_t size, swap_func_t swap_func) in do_swap() argument 135 if (swap_func == SWAP_WORDS_64) in do_swap() 137 else if (swap_func == SWAP_WORDS_32) in do_swap() 139 else if (swap_func == SWAP_BYTES) in do_swap() 142 swap_func(a, b, (int)size); in do_swap() 201 swap_func_t swap_func, in sort_r() argument 211 if (!swap_func) { in sort_r() 213 swap_func = SWAP_WORDS_64; in sort_r() 215 swap_func = SWAP_WORDS_32; in sort_r() 217 swap_func = SWAP_BYTES; in sort_r() [all …]
|
/kernel/linux/linux-5.10/include/linux/ |
D | sort.h | 9 swap_func_t swap_func, 14 swap_func_t swap_func);
|
/kernel/linux/linux-5.10/drivers/crypto/marvell/octeontx/ |
D | otx_cptvf_algs.c | 1637 static void swap_func(void *lptr, void *rptr, int size) in swap_func() function 1682 compare_func, swap_func); in otx_cpt_crypto_init() 1697 compare_func, swap_func); in otx_cpt_crypto_init()
|