Home
last modified time | relevance | path

Searched refs:depend_tx (Results 1 – 8 of 8) sorted by relevance

/linux/crypto/async_tx/
A Dasync_tx.c46 struct dma_async_tx_descriptor *depend_tx = submit->depend_tx; in __async_tx_find_channel() local
49 if (depend_tx && in __async_tx_find_channel()
73 txd_lock(depend_tx); in async_tx_channel_switch()
74 if (txd_parent(depend_tx) && depend_tx->chan == tx->chan) { in async_tx_channel_switch()
103 txd_lock(depend_tx); in async_tx_channel_switch()
146 struct dma_async_tx_descriptor *depend_tx = submit->depend_tx; in async_tx_submit() local
151 if (depend_tx) { in async_tx_submit()
160 BUG_ON(async_tx_test_ack(depend_tx) || txd_next(depend_tx) || in async_tx_submit()
207 if (depend_tx) in async_tx_submit()
226 struct dma_async_tx_descriptor *depend_tx = submit->depend_tx; in async_trigger_callback() local
[all …]
A Dasync_pq.c85 async_tx_quiesce(&submit->depend_tx); in do_async_gen_syndrome()
91 submit->depend_tx = tx; in do_async_gen_syndrome()
255 async_tx_quiesce(&submit->depend_tx); in async_gen_syndrome()
367 async_tx_quiesce(&submit->depend_tx); in async_syndrome_val()
393 async_tx_quiesce(&submit->depend_tx); in async_syndrome_val()
A Dasync_xor.c70 async_tx_quiesce(&submit->depend_tx); in do_async_xor()
84 submit->depend_tx = tx; in do_async_xor()
241 async_tx_quiesce(&submit->depend_tx); in async_xor_offs()
354 async_tx_quiesce(&submit->depend_tx); in async_xor_val_offs()
A Dasync_raid6_recov.c70 async_tx_quiesce(&submit->depend_tx); in async_sum_product()
141 async_tx_quiesce(&submit->depend_tx); in async_mult()
414 async_tx_quiesce(&submit->depend_tx); in async_raid6_2data_recov()
497 async_tx_quiesce(&submit->depend_tx); in async_raid6_datap_recov()
A Dasync_memcpy.c76 async_tx_quiesce(&submit->depend_tx); in async_memcpy()
/linux/include/linux/
A Dasync_tx.h71 struct dma_async_tx_descriptor *depend_tx; member
152 args->depend_tx = tx; in init_async_submit()
/linux/Documentation/crypto/
A Dasync-tx-api.rst178 submit->depend_tx = tx;
/linux/drivers/md/
A Draid5.c1360 submit.depend_tx = tx; in async_copy_data()

Completed in 22 milliseconds