Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma/ioat/
Ddma.c188 spin_lock_bh(&ioat_chan->prep_lock); in ioat_issue_pending()
190 spin_unlock_bh(&ioat_chan->prep_lock); in ioat_issue_pending()
243 spin_lock_bh(&ioat_chan->prep_lock); in ioat_start_null_desc()
246 spin_unlock_bh(&ioat_chan->prep_lock); in ioat_start_null_desc()
310 __releases(&ioat_chan->prep_lock) in ioat_tx_submit_unlock()
331 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.c607 spin_lock_init(&ioat_chan->prep_lock); in ioat_enumerate_channels()
640 spin_lock_bh(&ioat_chan->prep_lock); in ioat_free_chan_resources()
672 spin_unlock_bh(&ioat_chan->prep_lock); in ioat_free_chan_resources()
718 spin_lock_bh(&ioat_chan->prep_lock); in ioat_alloc_chan_resources()
725 spin_unlock_bh(&ioat_chan->prep_lock); in ioat_alloc_chan_resources()
1206 spin_lock_bh(&ioat_chan->prep_lock); in ioat_shutdown()
1209 spin_unlock_bh(&ioat_chan->prep_lock); in ioat_shutdown()
1228 spin_lock_bh(&ioat_chan->prep_lock); in ioat_resume()
1230 spin_unlock_bh(&ioat_chan->prep_lock); in ioat_resume()
Ddma.h142 spinlock_t prep_lock; member
/Linux-v4.19/drivers/dma/
Dmic_x100_dma.c263 spin_unlock(&mic_ch->prep_lock); in mic_dma_tx_submit_unlock()
287 spin_lock(&mic_ch->prep_lock); in mic_dma_prep_status_lock()
302 spin_unlock(&mic_ch->prep_lock); in mic_dma_prep_status_lock()
322 spin_lock(&mic_ch->prep_lock); in mic_dma_prep_memcpy_lock()
327 spin_unlock(&mic_ch->prep_lock); in mic_dma_prep_memcpy_lock()
337 spin_lock(&mic_ch->prep_lock); in mic_dma_prep_interrupt_lock()
341 spin_unlock(&mic_ch->prep_lock); in mic_dma_prep_interrupt_lock()
555 spin_lock_init(&ch->prep_lock); in mic_dma_init()
Dmic_x100_dma.h126 spinlock_t prep_lock; member