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