Searched refs:async_gen_syndrome (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/crypto/async_tx/ |
| D | raid6test.c | 69 tx = async_gen_syndrome(ptrs, 0, disks, bytes, &submit); in raid6_dual_recov() 92 tx = async_gen_syndrome(ptrs, 0, disks, bytes, &submit); in raid6_dual_recov() 165 tx = async_gen_syndrome(dataptrs, 0, disks, PAGE_SIZE, &submit); in test()
|
| D | async_pq.c | 163 async_gen_syndrome(struct page **blocks, unsigned int offset, int disks, in async_gen_syndrome() function 253 EXPORT_SYMBOL_GPL(async_gen_syndrome); 395 tx = async_gen_syndrome(blocks, offset, disks, len, submit); in async_syndrome_val()
|
| D | async_raid6_recov.c | 286 tx = async_gen_syndrome(blocks, 0, disks, bytes, submit); in __2data_recov_n() 486 tx = async_gen_syndrome(blocks, 0, disks, bytes, submit); in async_raid6_datap_recov()
|
| /Linux-v5.4/include/linux/ |
| D | async_tx.h | 178 async_gen_syndrome(struct page **blocks, unsigned int offset, int src_cnt,
|
| /Linux-v5.4/drivers/md/ |
| D | raid5.c | 1525 tx = async_gen_syndrome(blocks, 0, count+2, STRIPE_SIZE, &submit); in ops_run_compute6_1() 1600 return async_gen_syndrome(blocks, 0, syndrome_disks+2, in ops_run_compute6_2() 1631 return async_gen_syndrome(blocks, 0, count+2, in ops_run_compute6_2() 1714 tx = async_gen_syndrome(blocks, 0, count+2, STRIPE_SIZE, &submit); in ops_run_prexor6() 1975 tx = async_gen_syndrome(blocks, 0, count+2, STRIPE_SIZE, &submit); in ops_run_reconstruct6()
|