Home
last modified time | relevance | path

Searched refs:swap_func (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/lib/
H A Dsort.c139 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 …]
/openbmc/linux/include/linux/
H A Dsort.h9 swap_r_func_t swap_func,
14 swap_func_t swap_func);
/openbmc/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c1564 static void swap_func(void *lptr, void *rptr, int size) in swap_func() function
1606 compare_func, swap_func); in otx_cpt_crypto_init()
1621 compare_func, swap_func); in otx_cpt_crypto_init()
/openbmc/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.c1600 static void swap_func(void *lptr, void *rptr, int size) in swap_func() function
1637 compare_func, swap_func); in otx2_cpt_crypto_init()