Home
last modified time | relevance | path

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

/linux-6.12.1/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()
464 __acquires(&ioat_chan->prep_lock) in ioat_check_space_lock()
466 spin_lock_bh(&ioat_chan->prep_lock); in ioat_check_space_lock()
478 spin_unlock_bh(&ioat_chan->prep_lock); in ioat_check_space_lock()
859 spin_lock_bh(&ioat_chan->prep_lock); in ioat_eh()
[all …]
Dinit.c583 spin_lock_init(&ioat_chan->prep_lock); in ioat_enumerate_channels()
624 spin_lock_bh(&ioat_chan->prep_lock); in ioat_free_chan_resources()
656 spin_unlock_bh(&ioat_chan->prep_lock); in ioat_free_chan_resources()
702 spin_lock_bh(&ioat_chan->prep_lock); in ioat_alloc_chan_resources()
709 spin_unlock_bh(&ioat_chan->prep_lock); in ioat_alloc_chan_resources()
1223 spin_lock_bh(&ioat_chan->prep_lock); in ioat_shutdown()
1225 spin_unlock_bh(&ioat_chan->prep_lock); in ioat_shutdown()
1252 spin_lock_bh(&ioat_chan->prep_lock); in ioat_resume()
1254 spin_unlock_bh(&ioat_chan->prep_lock); in ioat_resume()
Ddma.h134 spinlock_t prep_lock; member