Home
last modified time | relevance | path

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

/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.c656 spin_lock_bh(&ioat_chan->cleanup_lock); in ioat_free_chan_resources()
681 spin_unlock_bh(&ioat_chan->cleanup_lock); in ioat_free_chan_resources()
726 spin_lock_bh(&ioat_chan->cleanup_lock); in ioat_alloc_chan_resources()
735 spin_unlock_bh(&ioat_chan->cleanup_lock); in ioat_alloc_chan_resources()
767 spin_lock_init(&ioat_chan->cleanup_lock); in ioat_init_channel()
Ddma.h97 spinlock_t cleanup_lock; member
/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