Home
last modified time | relevance | path

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

/linux/drivers/dma/ioat/
H A Ddma.c38 #define IDLE_TIMEOUT msecs_to_jiffies(idle_timeout) macro
659 mod_timer_pending(&ioat_chan->timer, jiffies + IDLE_TIMEOUT); in __ioat_cleanup()
685 mod_timer_pending(&ioat_chan->timer, jiffies + IDLE_TIMEOUT); in ioat_cleanup()
882 mod_timer_pending(&ioat_chan->timer, jiffies + IDLE_TIMEOUT); in check_active()