Searched refs:async_gen_syndrome (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/crypto/async_tx/ |
| D | raid6test.c | 72 tx = async_gen_syndrome(ptrs, offs, in raid6_dual_recov() 96 tx = async_gen_syndrome(ptrs, offs, in raid6_dual_recov() 173 tx = async_gen_syndrome(dataptrs, dataoffs, disks, PAGE_SIZE, &submit); in test()
|
| D | async_pq.c | 177 async_gen_syndrome(struct page **blocks, unsigned int *offsets, int disks, in async_gen_syndrome() function 269 EXPORT_SYMBOL_GPL(async_gen_syndrome); 416 tx = async_gen_syndrome(blocks, offsets, disks, in async_syndrome_val()
|
| D | async_raid6_recov.c | 330 tx = async_gen_syndrome(blocks, offs, disks, bytes, submit); in __2data_recov_n() 557 tx = async_gen_syndrome(blocks, offs, disks, bytes, submit); in async_raid6_datap_recov()
|
| /Linux-v5.15/include/linux/ |
| D | async_tx.h | 189 async_gen_syndrome(struct page **blocks, unsigned int *offsets, int src_cnt,
|
| /Linux-v5.15/drivers/md/ |
| D | raid5.c | 1634 tx = async_gen_syndrome(blocks, offs, count+2, in ops_run_compute6_1() 1716 return async_gen_syndrome(blocks, offs, syndrome_disks+2, in ops_run_compute6_2() 1752 return async_gen_syndrome(blocks, offs, count+2, in ops_run_compute6_2() 1849 tx = async_gen_syndrome(blocks, offs, count+2, in ops_run_prexor6() 2125 tx = async_gen_syndrome(blocks, offs, count+2, in ops_run_reconstruct6()
|