Searched refs:async_submit_ctl (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/include/linux/ |
D | async_tx.h | 82 struct async_submit_ctl { struct 116 __async_tx_find_channel(struct async_submit_ctl *submit, 131 async_tx_find_channel(struct async_submit_ctl *submit, in async_tx_find_channel() 146 async_tx_sync_epilog(struct async_submit_ctl *submit) in async_tx_sync_epilog() 159 init_async_submit(struct async_submit_ctl *args, enum async_tx_flags flags, in init_async_submit() 172 struct async_submit_ctl *submit); 176 int src_cnt, size_t len, struct async_submit_ctl *submit); 181 struct async_submit_ctl *submit); 186 struct async_submit_ctl *submit); 188 struct dma_async_tx_descriptor *async_trigger_callback(struct async_submit_ctl *submit); [all …]
|
/linux-4.1.27/crypto/async_tx/ |
D | async_xor.c | 37 struct async_submit_ctl *submit) in do_async_xor() 114 int src_cnt, size_t len, struct async_submit_ctl *submit) in do_sync_xor() 174 int src_cnt, size_t len, struct async_submit_ctl *submit) in async_xor() 242 xor_val_chan(struct async_submit_ctl *submit, struct page *dest, in xor_val_chan() 271 struct async_submit_ctl *submit) in async_xor_val()
|
D | async_tx.c | 56 __async_tx_find_channel(struct async_submit_ctl *submit, in __async_tx_find_channel() 157 struct async_submit_ctl *submit) in async_tx_submit() 234 async_trigger_callback(struct async_submit_ctl *submit) in async_trigger_callback()
|
D | async_raid6_recov.c | 33 size_t len, struct async_submit_ctl *submit) in async_sum_product() 98 struct async_submit_ctl *submit) in async_mult() 161 struct page **blocks, struct async_submit_ctl *submit) in __2data_recov_4() 200 struct page **blocks, struct async_submit_ctl *submit) in __2data_recov_5() 274 struct page **blocks, struct async_submit_ctl *submit) in __2data_recov_n() 351 struct page **blocks, struct async_submit_ctl *submit) in async_raid6_2data_recov() 424 struct page **blocks, struct async_submit_ctl *submit) in async_raid6_datap_recov()
|
D | async_pq.c | 53 struct async_submit_ctl *submit) in do_async_gen_syndrome() 123 size_t len, struct async_submit_ctl *submit) in do_sync_gen_syndrome() 179 size_t len, struct async_submit_ctl *submit) in async_gen_syndrome() 271 pq_val_chan(struct async_submit_ctl *submit, struct page **blocks, int disks, size_t len) in pq_val_chan() 298 struct async_submit_ctl *submit) in async_syndrome_val()
|
D | raid6test.c | 70 struct async_submit_ctl submit; in raid6_dual_recov() 158 struct async_submit_ctl submit; in test()
|
D | async_memcpy.c | 47 struct async_submit_ctl *submit) in async_memcpy()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | async_tx.h | 42 __async_tx_find_channel(struct async_submit_ctl *submit,
|
/linux-4.1.27/drivers/md/ |
D | raid5.c | 1112 struct async_submit_ctl submit; in async_copy_data() 1212 struct async_submit_ctl submit; in ops_run_biofill() 1301 struct async_submit_ctl submit; in ops_run_compute5() 1375 struct async_submit_ctl submit; in ops_run_compute6_1() 1438 struct async_submit_ctl submit; in ops_run_compute6_2() 1548 struct async_submit_ctl submit; in ops_run_prexor5() 1577 struct async_submit_ctl submit; in ops_run_prexor6() 1704 struct async_submit_ctl submit; in ops_run_reconstruct5() 1788 struct async_submit_ctl submit; in ops_run_reconstruct6() 1864 struct async_submit_ctl submit; in ops_run_check_p() [all …]
|
/linux-4.1.27/fs/exofs/ |
D | ore_raid.c | 54 struct async_submit_ctl submit;
|
/linux-4.1.27/Documentation/crypto/ |
D | async-tx-api.txt | 142 struct async_submit_ctl submit;
|