Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/dma/ioat/
Ddma.c675 spin_lock_bh(&ioat_chan->cleanup_lock); in ioat_cleanup()
690 spin_unlock_bh(&ioat_chan->cleanup_lock); in ioat_cleanup()
923 spin_lock_bh(&ioat_chan->cleanup_lock); in ioat_timer_event()
925 spin_unlock_bh(&ioat_chan->cleanup_lock); in ioat_timer_event()
931 spin_lock_bh(&ioat_chan->cleanup_lock); in ioat_timer_event()
983 spin_unlock_bh(&ioat_chan->cleanup_lock); in ioat_timer_event()
Dinit.c634 spin_lock_bh(&ioat_chan->cleanup_lock); in ioat_free_chan_resources()
668 spin_unlock_bh(&ioat_chan->cleanup_lock); in ioat_free_chan_resources()
712 spin_lock_bh(&ioat_chan->cleanup_lock); in ioat_alloc_chan_resources()
721 spin_unlock_bh(&ioat_chan->cleanup_lock); in ioat_alloc_chan_resources()
773 spin_lock_init(&ioat_chan->cleanup_lock); in ioat_init_channel()
Ddma.h98 spinlock_t cleanup_lock; member