Searched refs:swap_func (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/lib/ |
D | sort.c | 139 static void do_swap(void *a, void *b, size_t size, swap_r_func_t swap_func, const void *priv) in do_swap() argument 141 if (swap_func == SWAP_WRAPPER) { in do_swap() 146 if (swap_func == SWAP_WORDS_64) in do_swap() 148 else if (swap_func == SWAP_WORDS_32) in do_swap() 150 else if (swap_func == SWAP_BYTES) in do_swap() 153 swap_func(a, b, (int)size, priv); in do_swap() 212 swap_r_func_t swap_func, in sort_r() argument 223 if (swap_func == SWAP_WRAPPER && !((struct wrapper *)priv)->swap) in sort_r() 224 swap_func = NULL; in sort_r() 226 if (!swap_func) { in sort_r() [all …]
|
/linux-6.1.9/include/linux/ |
D | sort.h | 9 swap_r_func_t swap_func, 14 swap_func_t swap_func);
|
/linux-6.1.9/drivers/crypto/marvell/octeontx/ |
D | otx_cptvf_algs.c | 1638 static void swap_func(void *lptr, void *rptr, int size) in swap_func() function 1680 compare_func, swap_func); in otx_cpt_crypto_init() 1695 compare_func, swap_func); in otx_cpt_crypto_init()
|
/linux-6.1.9/drivers/crypto/marvell/octeontx2/ |
D | otx2_cptvf_algs.c | 1673 static void swap_func(void *lptr, void *rptr, int size) in swap_func() function 1710 compare_func, swap_func); in otx2_cpt_crypto_init()
|