Home
last modified time | relevance | path

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

/linux-2.6.39/arch/ia64/kernel/
Dtraps.c300 unsigned long count, current_jiffies = jiffies; in handle_fpu_swa() local
303 if (unlikely(current_jiffies > cp->time)) in handle_fpu_swa()
307 cp->time = current_jiffies + 5 * HZ; in handle_fpu_swa()
319 if (current_jiffies > last.time) in handle_fpu_swa()
324 last.time = current_jiffies + 5 * HZ; in handle_fpu_swa()
/linux-2.6.39/drivers/media/video/bt8xx/
Dbttv-input.c251 unsigned long current_jiffies; in bttv_rc5_irq() local
257 current_jiffies = jiffies; in bttv_rc5_irq()
291 mod_timer(&ir->timer, current_jiffies + msecs_to_jiffies(30)); in bttv_rc5_irq()