Home
last modified time | relevance | path

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

/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()