Searched refs:txd (Results 1 – 1 of 1) sorted by relevance
670 static inline void txd_lock(struct dma_async_tx_descriptor *txd) in txd_lock() argument673 static inline void txd_unlock(struct dma_async_tx_descriptor *txd) in txd_unlock() argument696 static inline void txd_lock(struct dma_async_tx_descriptor *txd) in txd_lock() argument698 spin_lock_bh(&txd->lock); in txd_lock()702 spin_unlock_bh(&txd->lock); in txd_unlock()706 txd->next = next; in txd_chain()707 next->parent = txd; in txd_chain()711 txd->parent = NULL; in txd_clear_parent()715 txd->next = NULL; in txd_clear_next()719 return txd->parent; in txd_parent()[all …]
Completed in 19 milliseconds