Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/dma/ioat/
Ddma.c503 spin_lock_bh(&ioat_chan->cleanup_lock); in ioat_check_space_lock()
508 spin_unlock_bh(&ioat_chan->cleanup_lock); in ioat_check_space_lock()
706 spin_lock_bh(&ioat_chan->cleanup_lock); in ioat_cleanup()
720 spin_unlock_bh(&ioat_chan->cleanup_lock); in ioat_cleanup()
868 spin_lock_bh(&ioat_chan->cleanup_lock); in ioat_timer_event()
875 spin_unlock_bh(&ioat_chan->cleanup_lock); in ioat_timer_event()
890 spin_unlock_bh(&ioat_chan->cleanup_lock); in ioat_timer_event()
Dinit.c650 spin_lock_bh(&ioat_chan->cleanup_lock); in ioat_free_chan_resources()
675 spin_unlock_bh(&ioat_chan->cleanup_lock); in ioat_free_chan_resources()
720 spin_lock_bh(&ioat_chan->cleanup_lock); in ioat_alloc_chan_resources()
729 spin_unlock_bh(&ioat_chan->cleanup_lock); in ioat_alloc_chan_resources()
761 spin_lock_init(&ioat_chan->cleanup_lock); in ioat_init_channel()
Ddma.h97 spinlock_t cleanup_lock; member
/linux-4.4.14/drivers/dma/
Dmic_x100_dma.c95 spin_lock(&ch->cleanup_lock); in mic_dma_cleanup()
117 spin_unlock(&ch->cleanup_lock); in mic_dma_cleanup()
564 spin_lock_init(&ch->cleanup_lock); in mic_dma_init()
Dmic_x100_dma.h125 spinlock_t cleanup_lock; member