Home
last modified time | relevance | path

Searched refs:txd_clear_parent (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/crypto/async_tx/
Dasync_tx.c112 txd_clear_parent(intr_tx); in async_tx_channel_switch()
195 txd_clear_parent(tx); in async_tx_submit()
200 txd_clear_parent(tx); in async_tx_submit()
/linux-5.19.10/include/linux/
Ddmaengine.h669 static inline void txd_clear_parent(struct dma_async_tx_descriptor *txd) in txd_clear_parent() function
698 static inline void txd_clear_parent(struct dma_async_tx_descriptor *txd) in txd_clear_parent() function
/linux-5.19.10/drivers/dma/
Ddmaengine.c1630 txd_clear_parent(dep); in dma_run_dependencies()