Searched refs:cleanup_lock (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/dma/ioat/
H A Ddma.c503 spin_lock_bh(&ioat_chan->cleanup_lock);
508 spin_unlock_bh(&ioat_chan->cleanup_lock);
706 spin_lock_bh(&ioat_chan->cleanup_lock); ioat_cleanup()
720 spin_unlock_bh(&ioat_chan->cleanup_lock); ioat_cleanup()
868 spin_lock_bh(&ioat_chan->cleanup_lock); ioat_timer_event()
875 spin_unlock_bh(&ioat_chan->cleanup_lock); ioat_timer_event()
890 spin_unlock_bh(&ioat_chan->cleanup_lock); ioat_timer_event()
H A Dinit.c650 spin_lock_bh(&ioat_chan->cleanup_lock); ioat_free_chan_resources()
675 spin_unlock_bh(&ioat_chan->cleanup_lock); ioat_free_chan_resources()
720 spin_lock_bh(&ioat_chan->cleanup_lock); ioat_alloc_chan_resources()
729 spin_unlock_bh(&ioat_chan->cleanup_lock); ioat_alloc_chan_resources()
761 spin_lock_init(&ioat_chan->cleanup_lock); ioat_init_channel()
H A Ddma.h97 spinlock_t cleanup_lock; member in struct:ioatdma_chan
/linux-4.4.14/drivers/dma/
H A Dmic_x100_dma.h107 * @cleanup_lock: lock held when processing completed tx
125 spinlock_t cleanup_lock; member in struct:mic_dma_chan
H A Dmic_x100_dma.c95 spin_lock(&ch->cleanup_lock); mic_dma_cleanup()
117 spin_unlock(&ch->cleanup_lock); mic_dma_cleanup()
564 spin_lock_init(&ch->cleanup_lock); mic_dma_init()

Completed in 295 milliseconds