Home
last modified time | relevance | path

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

/linux-4.4.14/arch/ia64/kernel/
Dtraps.c301 unsigned long count, current_jiffies = jiffies; in handle_fpu_swa() local
304 if (unlikely(current_jiffies > cp->time)) in handle_fpu_swa()
308 cp->time = current_jiffies + 5 * HZ; in handle_fpu_swa()
320 if (current_jiffies > last.time) in handle_fpu_swa()
325 last.time = current_jiffies + 5 * HZ; in handle_fpu_swa()
/linux-4.4.14/drivers/media/pci/bt8xx/
Dbttv-input.c252 unsigned long current_jiffies; in bttv_rc5_irq() local
258 current_jiffies = jiffies; in bttv_rc5_irq()
290 mod_timer(&ir->timer, current_jiffies + msecs_to_jiffies(30)); in bttv_rc5_irq()