Searched refs:async_xor_val_offs (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/crypto/async_tx/ |
D | async_xor.c | 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); 413 return async_xor_val_offs(dest, offset, src_list, NULL, src_cnt, in async_xor_val()
|
/linux-6.1.9/include/linux/ |
D | async_tx.h | 176 async_xor_val_offs(struct page *dest, unsigned int offset,
|
/linux-6.1.9/drivers/md/ |
D | raid5.c | 2250 tx = async_xor_val_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_check_p()
|