Searched refs:swap_func (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/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-v6.6/include/linux/ |
D | sort.h | 9 swap_r_func_t swap_func, 14 swap_func_t swap_func);
|
/Linux-v6.6/drivers/crypto/marvell/octeontx/ |
D | otx_cptvf_algs.c | 1639 static void swap_func(void *lptr, void *rptr, int size) in swap_func() function 1681 compare_func, swap_func); in otx_cpt_crypto_init() 1696 compare_func, swap_func); in otx_cpt_crypto_init()
|
/Linux-v6.6/drivers/crypto/marvell/octeontx2/ |
D | otx2_cptvf_algs.c | 1674 static void swap_func(void *lptr, void *rptr, int size) in swap_func() function 1711 compare_func, swap_func); in otx2_cpt_crypto_init()
|