Lines Matching refs:jiffies
167 mod_timer(&chan->timer, jiffies + IDLE_TIMEOUT); in __cleanup()
205 mod_timer(&chan->timer, jiffies + COMPLETION_TIMEOUT); in __ioat2_restart_chan()
223 unsigned long end = jiffies + tmo; in ioat2_quiesce()
231 if (tmo && time_after(jiffies, end)) { in ioat2_quiesce()
244 unsigned long end = jiffies + tmo; in ioat2_reset_sync()
249 if (end && time_after(jiffies, end)) { in ioat2_reset_sync()
276 mod_timer(&chan->timer, jiffies + COMPLETION_TIMEOUT); in check_active()
281 mod_timer(&chan->timer, jiffies + IDLE_TIMEOUT); in check_active()
292 mod_timer(&chan->timer, jiffies + IDLE_TIMEOUT); in check_active()
336 mod_timer(&chan->timer, jiffies + COMPLETION_TIMEOUT); in ioat2_timer_event()
341 mod_timer(&chan->timer, jiffies + COMPLETION_TIMEOUT); in ioat2_timer_event()
422 mod_timer(&chan->timer, jiffies + COMPLETION_TIMEOUT); in ioat2_tx_submit_unlock()
738 mod_timer(&chan->timer, jiffies + COMPLETION_TIMEOUT); in ioat2_check_space_lock()