Searched defs:swap_func (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | sort.c | 133 static void do_swap(void *a, void *b, size_t size, swap_func_t swap_func) in do_swap() argument 199 sort_r(void *base, size_t num, size_t size, cmp_r_func_t cmp_func, swap_func_t swap_func, const void *priv) sort_r() argument 266 sort(void *base, size_t num, size_t size, cmp_func_t cmp_func, swap_func_t swap_func) sort() argument [all...] |
/kernel/linux/linux-6.6/lib/ |
H A 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 210 sort_r(void *base, size_t num, size_t size, cmp_r_func_t cmp_func, swap_r_func_t swap_func, const void *priv) sort_r() argument 281 sort(void *base, size_t num, size_t size, cmp_func_t cmp_func, swap_func_t swap_func) sort() argument [all...] |
/kernel/linux/linux-5.10/drivers/crypto/marvell/octeontx/ |
H A D | otx_cptvf_algs.c | 1637 static void swap_func(void *lptr, void *rptr, int size) in swap_func() function
|
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx2/ |
H A D | otx2_cptvf_algs.c | 1674 static void swap_func(void *lptr, void *rptr, int size) in swap_func() function
|
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx/ |
H A D | otx_cptvf_algs.c | 1639 static void swap_func(void *lptr, void *rptr, int size) in swap_func() function
|
Completed in 9 milliseconds