Home
last modified time | relevance | path

Searched refs:cleanup_lock (Results 1 – 2 of 2) sorted by relevance

/drivers/dma/
Dioat_dma.c199 spin_lock_init(&ioat_chan->cleanup_lock); in ioat_dma_enumerate_channels()
268 spin_lock_bh(&ioat_chan->cleanup_lock); in ioat_dma_chan_reset_part2()
320 spin_unlock_bh(&ioat_chan->cleanup_lock); in ioat_dma_chan_reset_part2()
1099 if (!spin_trylock_bh(&ioat_chan->cleanup_lock)) in ioat_dma_memcpy_cleanup()
1127 spin_unlock_bh(&ioat_chan->cleanup_lock); in ioat_dma_memcpy_cleanup()
1145 spin_unlock_bh(&ioat_chan->cleanup_lock); in ioat_dma_memcpy_cleanup()
1243 spin_unlock_bh(&ioat_chan->cleanup_lock); in ioat_dma_memcpy_cleanup()
Dioatdma.h85 spinlock_t cleanup_lock; member