Home
last modified time | relevance | path

Searched refs:COMPLETION_TIMEOUT (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/dma/ioat/
Ddma.c210 mod_timer(&ioat_chan->timer, jiffies + COMPLETION_TIMEOUT); in __ioat_restart_chan()
276 mod_timer(&ioat_chan->timer, jiffies + COMPLETION_TIMEOUT); in ioat_tx_submit_unlock()
525 mod_timer(&ioat_chan->timer, jiffies + COMPLETION_TIMEOUT); in ioat_check_space_lock()
585 mod_timer(&ioat_chan->timer, jiffies + COMPLETION_TIMEOUT); in ioat_cleanup_preamble()
820 mod_timer(&ioat_chan->timer, jiffies + COMPLETION_TIMEOUT); in check_active()
879 mod_timer(&ioat_chan->timer, jiffies + COMPLETION_TIMEOUT); in ioat_timer_event()
884 mod_timer(&ioat_chan->timer, jiffies + COMPLETION_TIMEOUT); in ioat_timer_event()
Ddma.h107 #define COMPLETION_TIMEOUT msecs_to_jiffies(100) macro