Home
last modified time | relevance | path

Searched refs:async_gen_syndrome (Results 1 – 4 of 4) sorted by relevance

/linux/crypto/async_tx/
H A Draid6test.c72 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 Dasync_pq.c177 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 Dasync_raid6_recov.c330 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/drivers/md/
H A Draid5.c1690 tx = async_gen_syndrome(blocks, offs, count+2, in ops_run_compute6_1()
1772 return async_gen_syndrome(blocks, offs, syndrome_disks+2, in ops_run_compute6_2()
1808 return async_gen_syndrome(blocks, offs, count+2, in ops_run_compute6_2()
1905 tx = async_gen_syndrome(blocks, offs, count+2, in ops_run_prexor6()
2181 tx = async_gen_syndrome(blocks, offs, count+2, in ops_run_reconstruct6()