Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/dma/ioat/
Ddma.c144 spin_lock_bh(&ioat_chan->prep_lock); in ioat_issue_pending()
146 spin_unlock_bh(&ioat_chan->prep_lock); in ioat_issue_pending()
199 spin_lock_bh(&ioat_chan->prep_lock); in ioat_start_null_desc()
202 spin_unlock_bh(&ioat_chan->prep_lock); in ioat_start_null_desc()
266 __releases(&ioat_chan->prep_lock) in ioat_tx_submit_unlock()
287 spin_unlock_bh(&ioat_chan->prep_lock); in ioat_tx_submit_unlock()
479 __acquires(&ioat_chan->prep_lock) in ioat_check_space_lock()
484 spin_lock_bh(&ioat_chan->prep_lock); in ioat_check_space_lock()
497 spin_unlock_bh(&ioat_chan->prep_lock); in ioat_check_space_lock()
504 spin_lock_bh(&ioat_chan->prep_lock); in ioat_check_space_lock()
[all …]
Dinit.c618 spin_lock_init(&ioat_chan->prep_lock); in ioat_enumerate_channels()
651 spin_lock_bh(&ioat_chan->prep_lock); in ioat_free_chan_resources()
674 spin_unlock_bh(&ioat_chan->prep_lock); in ioat_free_chan_resources()
721 spin_lock_bh(&ioat_chan->prep_lock); in ioat_alloc_chan_resources()
728 spin_unlock_bh(&ioat_chan->prep_lock); in ioat_alloc_chan_resources()
1204 spin_lock_bh(&ioat_chan->prep_lock); in ioat_shutdown()
1207 spin_unlock_bh(&ioat_chan->prep_lock); in ioat_shutdown()
1226 spin_lock_bh(&ioat_chan->prep_lock); in ioat_resume()
1228 spin_unlock_bh(&ioat_chan->prep_lock); in ioat_resume()
Ddma.h135 spinlock_t prep_lock; member
/linux-4.4.14/drivers/dma/
Dmic_x100_dma.c265 spin_unlock(&mic_ch->prep_lock); in mic_dma_tx_submit_unlock()
289 spin_lock(&mic_ch->prep_lock); in mic_dma_prep_status_lock()
304 spin_unlock(&mic_ch->prep_lock); in mic_dma_prep_status_lock()
324 spin_lock(&mic_ch->prep_lock); in mic_dma_prep_memcpy_lock()
329 spin_unlock(&mic_ch->prep_lock); in mic_dma_prep_memcpy_lock()
339 spin_lock(&mic_ch->prep_lock); in mic_dma_prep_interrupt_lock()
343 spin_unlock(&mic_ch->prep_lock); in mic_dma_prep_interrupt_lock()
565 spin_lock_init(&ch->prep_lock); in mic_dma_init()
Dmic_x100_dma.h126 spinlock_t prep_lock; member