depend_tx          76 crypto/async_tx/async_memcpy.c 		async_tx_quiesce(&submit->depend_tx);
depend_tx          85 crypto/async_tx/async_pq.c 			async_tx_quiesce(&submit->depend_tx);
depend_tx          91 crypto/async_tx/async_pq.c 		submit->depend_tx = tx;
depend_tx         239 crypto/async_tx/async_pq.c 	async_tx_quiesce(&submit->depend_tx);
depend_tx         350 crypto/async_tx/async_pq.c 			async_tx_quiesce(&submit->depend_tx);
depend_tx         374 crypto/async_tx/async_pq.c 		async_tx_quiesce(&submit->depend_tx);
depend_tx          66 crypto/async_tx/async_raid6_recov.c 	async_tx_quiesce(&submit->depend_tx);
depend_tx         134 crypto/async_tx/async_raid6_recov.c 	async_tx_quiesce(&submit->depend_tx);
depend_tx         356 crypto/async_tx/async_raid6_recov.c 		async_tx_quiesce(&submit->depend_tx);
depend_tx         432 crypto/async_tx/async_raid6_recov.c 		async_tx_quiesce(&submit->depend_tx);
depend_tx          46 crypto/async_tx/async_tx.c 	struct dma_async_tx_descriptor *depend_tx = submit->depend_tx;
depend_tx          49 crypto/async_tx/async_tx.c 	if (depend_tx &&
depend_tx          50 crypto/async_tx/async_tx.c 	    dma_has_cap(tx_type, depend_tx->chan->device->cap_mask))
depend_tx          51 crypto/async_tx/async_tx.c 		return depend_tx->chan;
depend_tx          65 crypto/async_tx/async_tx.c async_tx_channel_switch(struct dma_async_tx_descriptor *depend_tx,
depend_tx          68 crypto/async_tx/async_tx.c 	struct dma_chan *chan = depend_tx->chan;
depend_tx          73 crypto/async_tx/async_tx.c 	txd_lock(depend_tx);
depend_tx          74 crypto/async_tx/async_tx.c 	if (txd_parent(depend_tx) && depend_tx->chan == tx->chan) {
depend_tx          75 crypto/async_tx/async_tx.c 		txd_chain(depend_tx, tx);
depend_tx          78 crypto/async_tx/async_tx.c 	txd_unlock(depend_tx);
depend_tx         103 crypto/async_tx/async_tx.c 		txd_lock(depend_tx);
depend_tx         104 crypto/async_tx/async_tx.c 		if (txd_parent(depend_tx)) {
depend_tx         105 crypto/async_tx/async_tx.c 			txd_chain(depend_tx, intr_tx);
depend_tx         109 crypto/async_tx/async_tx.c 		txd_unlock(depend_tx);
depend_tx         118 crypto/async_tx/async_tx.c 		if (dma_wait_for_async_tx(depend_tx) != DMA_COMPLETE)
depend_tx         146 crypto/async_tx/async_tx.c 	struct dma_async_tx_descriptor *depend_tx = submit->depend_tx;
depend_tx         151 crypto/async_tx/async_tx.c 	if (depend_tx) {
depend_tx         160 crypto/async_tx/async_tx.c 		BUG_ON(async_tx_test_ack(depend_tx) || txd_next(depend_tx) ||
depend_tx         166 crypto/async_tx/async_tx.c 		txd_lock(depend_tx);
depend_tx         167 crypto/async_tx/async_tx.c 		if (txd_parent(depend_tx)) {
depend_tx         172 crypto/async_tx/async_tx.c 			if (depend_tx->chan == chan) {
depend_tx         173 crypto/async_tx/async_tx.c 				txd_chain(depend_tx, tx);
depend_tx         181 crypto/async_tx/async_tx.c 			if (depend_tx->chan == chan)
depend_tx         186 crypto/async_tx/async_tx.c 		txd_unlock(depend_tx);
depend_tx         192 crypto/async_tx/async_tx.c 			async_tx_channel_switch(depend_tx, tx);
depend_tx         207 crypto/async_tx/async_tx.c 	if (depend_tx)
depend_tx         208 crypto/async_tx/async_tx.c 		async_tx_ack(depend_tx);
depend_tx         226 crypto/async_tx/async_tx.c 	struct dma_async_tx_descriptor *depend_tx = submit->depend_tx;
depend_tx         228 crypto/async_tx/async_tx.c 	if (depend_tx) {
depend_tx         229 crypto/async_tx/async_tx.c 		chan = depend_tx->chan;
depend_tx         250 crypto/async_tx/async_tx.c 		async_tx_quiesce(&submit->depend_tx);
depend_tx          70 crypto/async_tx/async_xor.c 			async_tx_quiesce(&submit->depend_tx);
depend_tx          84 crypto/async_tx/async_xor.c 		submit->depend_tx = tx;
depend_tx         214 crypto/async_tx/async_xor.c 		async_tx_quiesce(&submit->depend_tx);
depend_tx         293 crypto/async_tx/async_xor.c 			async_tx_quiesce(&submit->depend_tx);
depend_tx        1281 drivers/md/raid5.c 		submit.depend_tx = tx;
depend_tx          71 include/linux/async_tx.h 	struct dma_async_tx_descriptor *depend_tx;
depend_tx         152 include/linux/async_tx.h 	args->depend_tx = tx;