Searched refs:async_submit_ctl (Results  1 – 12 of 12) sorted by relevance
| /Linux-v5.4/include/linux/ | 
| D | async_tx.h | 69 struct async_submit_ctl {  struct103 __async_tx_find_channel(struct async_submit_ctl *submit,
 118 async_tx_find_channel(struct async_submit_ctl *submit,  in async_tx_find_channel()
 133 async_tx_sync_epilog(struct async_submit_ctl *submit)  in async_tx_sync_epilog()
 146 init_async_submit(struct async_submit_ctl *args, enum async_tx_flags flags,  in init_async_submit()
 159 		     struct async_submit_ctl *submit);
 163 	  int src_cnt, size_t len, struct async_submit_ctl *submit);
 168 	      struct async_submit_ctl *submit);
 173 	     struct async_submit_ctl *submit);
 175 struct dma_async_tx_descriptor *async_trigger_callback(struct async_submit_ctl *submit);
 [all …]
 
 | 
| /Linux-v5.4/crypto/async_tx/ | 
| D | async_xor.c | 24 	     struct async_submit_ctl *submit)  in do_async_xor()101 	    int src_cnt, size_t len, struct async_submit_ctl *submit)  in do_sync_xor()
 161 	  int src_cnt, size_t len, struct async_submit_ctl *submit)  in async_xor()
 229 xor_val_chan(struct async_submit_ctl *submit, struct page *dest,  in xor_val_chan()
 258 	      struct async_submit_ctl *submit)  in async_xor_val()
 
 | 
| D | async_tx.c | 43 __async_tx_find_channel(struct async_submit_ctl *submit,  in __async_tx_find_channel()144 		struct async_submit_ctl *submit)  in async_tx_submit()
 221 async_trigger_callback(struct async_submit_ctl *submit)  in async_trigger_callback()
 
 | 
| D | async_raid6_recov.c | 19 		  size_t len, struct async_submit_ctl *submit)  in async_sum_product()84 	   struct async_submit_ctl *submit)  in async_mult()
 147 		struct page **blocks, struct async_submit_ctl *submit)  in __2data_recov_4()
 186 		struct page **blocks, struct async_submit_ctl *submit)  in __2data_recov_5()
 260 	      struct page **blocks, struct async_submit_ctl *submit)  in __2data_recov_n()
 337 			struct page **blocks, struct async_submit_ctl *submit)  in async_raid6_2data_recov()
 410 			struct page **blocks, struct async_submit_ctl *submit)  in async_raid6_datap_recov()
 
 | 
| D | async_pq.c | 39 		      struct async_submit_ctl *submit)  in do_async_gen_syndrome()108 		     size_t len, struct async_submit_ctl *submit)  in do_sync_gen_syndrome()
 164 		   size_t len, struct async_submit_ctl *submit)  in async_gen_syndrome()
 256 pq_val_chan(struct async_submit_ctl *submit, struct page **blocks, int disks, size_t len)  in pq_val_chan()
 283 		   struct async_submit_ctl *submit)  in async_syndrome_val()
 
 | 
| D | raid6test.c | 57 	struct async_submit_ctl submit;  in raid6_dual_recov()147 	struct async_submit_ctl submit;  in test()
 
 | 
| D | async_memcpy.c | 34 	     struct async_submit_ctl *submit)  in async_memcpy()
 | 
| /Linux-v5.4/arch/powerpc/include/asm/ | 
| D | async_tx.h | 26 __async_tx_find_channel(struct async_submit_ctl *submit,
 | 
| /Linux-v5.4/drivers/md/ | 
| D | raid5-ppl.c | 164 	struct async_submit_ctl submit;  in ops_run_partial_parity()718 	struct async_submit_ctl submit;  in ppl_xor()
 
 | 
| D | raid5.c | 1236 	struct async_submit_ctl submit;  in async_copy_data()1331 	struct async_submit_ctl submit;  in ops_run_biofill()
 1414 	struct async_submit_ctl submit;  in ops_run_compute5()
 1494 	struct async_submit_ctl submit;  in ops_run_compute6_1()
 1557 	struct async_submit_ctl submit;  in ops_run_compute6_2()
 1674 	struct async_submit_ctl submit;  in ops_run_prexor5()
 1705 	struct async_submit_ctl submit;  in ops_run_prexor6()
 1843 	struct async_submit_ctl submit;  in ops_run_reconstruct5()
 1928 	struct async_submit_ctl submit;  in ops_run_reconstruct6()
 2004 	struct async_submit_ctl submit;  in ops_run_check_p()
 [all …]
 
 | 
| D | dm-integrity.c | 785 	struct async_submit_ctl submit;  in xor_journal()
 | 
| /Linux-v5.4/Documentation/crypto/ | 
| D | async-tx-api.txt | 142 	struct async_submit_ctl submit;
 |