Searched refs:async_gen_syndrome (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/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-6.1.9/include/linux/ |
D | async_tx.h | 189 async_gen_syndrome(struct page **blocks, unsigned int *offsets, int src_cnt,
|
/linux-6.1.9/drivers/md/ |
D | raid5.c | 1705 tx = async_gen_syndrome(blocks, offs, count+2, in ops_run_compute6_1() 1787 return async_gen_syndrome(blocks, offs, syndrome_disks+2, in ops_run_compute6_2() 1823 return async_gen_syndrome(blocks, offs, count+2, in ops_run_compute6_2() 1920 tx = async_gen_syndrome(blocks, offs, count+2, in ops_run_prexor6() 2196 tx = async_gen_syndrome(blocks, offs, count+2, in ops_run_reconstruct6()
|