Searched refs:COMPLETION_TIMEOUT (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ioat/ |
H A D | dma.c | 39 #define COMPLETION_TIMEOUT msecs_to_jiffies(completion_timeout) macro 254 mod_timer(&ioat_chan->timer, jiffies + COMPLETION_TIMEOUT); in __ioat_restart_chan() 320 mod_timer(&ioat_chan->timer, jiffies + COMPLETION_TIMEOUT); 491 mod_timer(&ioat_chan->timer, jiffies + COMPLETION_TIMEOUT); 551 mod_timer(&ioat_chan->timer, jiffies + COMPLETION_TIMEOUT); in ioat_cleanup_preamble() 877 mod_timer(&ioat_chan->timer, jiffies + COMPLETION_TIMEOUT); in check_active() 981 mod_timer(&ioat_chan->timer, jiffies + COMPLETION_TIMEOUT); in ioat_timer_event()
|
/kernel/linux/linux-6.6/drivers/dma/ioat/ |
H A D | dma.c | 39 #define COMPLETION_TIMEOUT msecs_to_jiffies(completion_timeout) macro 254 mod_timer(&ioat_chan->timer, jiffies + COMPLETION_TIMEOUT); in __ioat_restart_chan() 320 mod_timer(&ioat_chan->timer, jiffies + COMPLETION_TIMEOUT); 491 mod_timer(&ioat_chan->timer, jiffies + COMPLETION_TIMEOUT); 551 mod_timer(&ioat_chan->timer, jiffies + COMPLETION_TIMEOUT); in ioat_cleanup_preamble() 877 mod_timer(&ioat_chan->timer, jiffies + COMPLETION_TIMEOUT); in check_active() 981 mod_timer(&ioat_chan->timer, jiffies + COMPLETION_TIMEOUT); in ioat_timer_event()
|
Completed in 3 milliseconds