Searched refs:depend_tx (Results 1 - 7 of 7) sorted by relevance

/linux-master/crypto/async_tx/
H A Dasync_tx.c46 struct dma_async_tx_descriptor *depend_tx = submit->depend_tx; local
49 if (depend_tx &&
50 dma_has_cap(tx_type, depend_tx->chan->device->cap_mask))
51 return depend_tx->chan;
61 * @depend_tx: the operation that must finish before the new operation runs
65 async_tx_channel_switch(struct dma_async_tx_descriptor *depend_tx, argument
68 struct dma_chan *chan = depend_tx->chan;
72 /* first check to see if we can still append to depend_tx */
73 txd_lock(depend_tx);
146 struct dma_async_tx_descriptor *depend_tx = submit->depend_tx; local
226 struct dma_async_tx_descriptor *depend_tx = submit->depend_tx; local
[all...]
H A Dasync_memcpy.c76 async_tx_quiesce(&submit->depend_tx);
H A Dasync_xor.c70 async_tx_quiesce(&submit->depend_tx);
84 submit->depend_tx = tx;
241 async_tx_quiesce(&submit->depend_tx);
354 async_tx_quiesce(&submit->depend_tx);
H A Dasync_pq.c85 async_tx_quiesce(&submit->depend_tx);
91 submit->depend_tx = tx;
255 async_tx_quiesce(&submit->depend_tx);
367 async_tx_quiesce(&submit->depend_tx);
393 async_tx_quiesce(&submit->depend_tx);
H A Dasync_raid6_recov.c70 async_tx_quiesce(&submit->depend_tx);
141 async_tx_quiesce(&submit->depend_tx);
414 async_tx_quiesce(&submit->depend_tx);
497 async_tx_quiesce(&submit->depend_tx);
/linux-master/include/linux/
H A Dasync_tx.h64 * @depend_tx: parent dependency of the current operation being submitted
71 struct dma_async_tx_descriptor *depend_tx; member in struct:async_submit_ctl
152 args->depend_tx = tx;
/linux-master/drivers/md/
H A Draid5.c1424 submit.depend_tx = tx;

Completed in 133 milliseconds