Home
last modified time | relevance | path

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

/Linux-v5.4/arch/ia64/kernel/
Dtraps.c296 unsigned long count, current_jiffies = jiffies; in handle_fpu_swa() local
299 if (unlikely(current_jiffies > cp->time)) in handle_fpu_swa()
303 cp->time = current_jiffies + 5 * HZ; in handle_fpu_swa()
315 if (current_jiffies > last.time) in handle_fpu_swa()
320 last.time = current_jiffies + 5 * HZ; in handle_fpu_swa()
/Linux-v5.4/drivers/media/pci/bt8xx/
Dbttv-input.c241 unsigned long current_jiffies; in bttv_rc5_irq() local
247 current_jiffies = jiffies; in bttv_rc5_irq()
279 mod_timer(&ir->timer, current_jiffies + msecs_to_jiffies(30)); in bttv_rc5_irq()