Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/dma/ioat/
Ddma.c176 spin_lock_bh(&ioat_chan->prep_lock); in ioat_issue_pending()
178 spin_unlock_bh(&ioat_chan->prep_lock); in ioat_issue_pending()
231 spin_lock_bh(&ioat_chan->prep_lock); in ioat_start_null_desc()
234 spin_unlock_bh(&ioat_chan->prep_lock); in ioat_start_null_desc()
298 __releases(&ioat_chan->prep_lock) in ioat_tx_submit_unlock()
319 spin_unlock_bh(&ioat_chan->prep_lock); in ioat_tx_submit_unlock()
449 __acquires(&ioat_chan->prep_lock) in ioat_check_space_lock()
451 spin_lock_bh(&ioat_chan->prep_lock); in ioat_check_space_lock()
463 spin_unlock_bh(&ioat_chan->prep_lock); in ioat_check_space_lock()
843 spin_lock_bh(&ioat_chan->prep_lock); in ioat_eh()
[all …]
Dinit.c598 spin_lock_init(&ioat_chan->prep_lock); in ioat_enumerate_channels()
635 spin_lock_bh(&ioat_chan->prep_lock); in ioat_free_chan_resources()
667 spin_unlock_bh(&ioat_chan->prep_lock); in ioat_free_chan_resources()
713 spin_lock_bh(&ioat_chan->prep_lock); in ioat_alloc_chan_resources()
720 spin_unlock_bh(&ioat_chan->prep_lock); in ioat_alloc_chan_resources()
1227 spin_lock_bh(&ioat_chan->prep_lock); in ioat_shutdown()
1229 spin_unlock_bh(&ioat_chan->prep_lock); in ioat_shutdown()
1256 spin_lock_bh(&ioat_chan->prep_lock); in ioat_resume()
1258 spin_unlock_bh(&ioat_chan->prep_lock); in ioat_resume()
Ddma.h130 spinlock_t prep_lock; member
/Linux-v5.4/drivers/dma/
Dmic_x100_dma.c252 spin_unlock(&mic_ch->prep_lock); in mic_dma_tx_submit_unlock()
276 spin_lock(&mic_ch->prep_lock); in mic_dma_prep_status_lock()
291 spin_unlock(&mic_ch->prep_lock); in mic_dma_prep_status_lock()
311 spin_lock(&mic_ch->prep_lock); in mic_dma_prep_memcpy_lock()
316 spin_unlock(&mic_ch->prep_lock); in mic_dma_prep_memcpy_lock()
326 spin_lock(&mic_ch->prep_lock); in mic_dma_prep_interrupt_lock()
330 spin_unlock(&mic_ch->prep_lock); in mic_dma_prep_interrupt_lock()
544 spin_lock_init(&ch->prep_lock); in mic_dma_init()
Dmic_x100_dma.h115 spinlock_t prep_lock; member