Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/ioat/
H A 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()
H A Dinit.c622 spin_lock_bh(&ioat_chan->cleanup_lock); in ioat_free_chan_resources()
656 spin_unlock_bh(&ioat_chan->cleanup_lock); in ioat_free_chan_resources()
700 spin_lock_bh(&ioat_chan->cleanup_lock); in ioat_alloc_chan_resources()
709 spin_unlock_bh(&ioat_chan->cleanup_lock); in ioat_alloc_chan_resources()
761 spin_lock_init(&ioat_chan->cleanup_lock); in ioat_init_channel()
H A Ddma.h99 spinlock_t cleanup_lock; member
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Ddma.c353 spin_lock_bh(&q->cleanup_lock); in mt76_dma_tx_cleanup()
371 spin_unlock_bh(&q->cleanup_lock); in mt76_dma_tx_cleanup()
697 spin_lock_init(&q->cleanup_lock); in mt76_dma_alloc_queue()
H A Dmt76.h185 spinlock_t cleanup_lock; member