Home
last modified time | relevance | path

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

/linux/lib/
A Dsort.c135 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()
233 do_swap(base, base + n, size, swap_func); in sort_r()
[all …]
/linux/include/linux/
A Dsort.h9 swap_func_t swap_func,
14 swap_func_t swap_func);
/linux/drivers/crypto/marvell/octeontx/
A Dotx_cptvf_algs.c1638 static void swap_func(void *lptr, void *rptr, int size) in swap_func() function
1683 compare_func, swap_func); in otx_cpt_crypto_init()
1698 compare_func, swap_func); in otx_cpt_crypto_init()
/linux/drivers/crypto/marvell/octeontx2/
A Dotx2_cptvf_algs.c1681 static void swap_func(void *lptr, void *rptr, int size) in swap_func() function
1721 compare_func, swap_func); in otx2_cpt_crypto_init()

Completed in 11 milliseconds