Searched refs:async_xor_val_offs (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/crypto/async_tx/ |
H A D | async_xor.c | 298 * async_xor_val_offs - attempt a xor parity check with a dma engine. 315 async_xor_val_offs(struct page *dest, unsigned int offset, in async_xor_val_offs() function 390 EXPORT_SYMBOL_GPL(async_xor_val_offs); variable 413 return async_xor_val_offs(dest, offset, src_list, NULL, src_cnt, in async_xor_val()
|
/kernel/linux/linux-6.6/crypto/async_tx/ |
H A D | async_xor.c | 298 * async_xor_val_offs - attempt a xor parity check with a dma engine. 315 async_xor_val_offs(struct page *dest, unsigned int offset, in async_xor_val_offs() function 390 EXPORT_SYMBOL_GPL(async_xor_val_offs); variable 413 return async_xor_val_offs(dest, offset, src_list, NULL, src_cnt, in async_xor_val()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | async_tx.h | 176 async_xor_val_offs(struct page *dest, unsigned int offset,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | async_tx.h | 176 async_xor_val_offs(struct page *dest, unsigned int offset,
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid5.c | 2179 tx = async_xor_val_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_check_p()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid5.c | 2257 tx = async_xor_val_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_check_p()
|
Completed in 22 milliseconds