Home
last modified time | relevance | path

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

/kernel/
Dtimer.c201 unsigned long j0 = jiffies; in __round_jiffies_relative() local
204 return round_jiffies_common(j + j0, cpu, false) - j0; in __round_jiffies_relative()
278 unsigned long j0 = jiffies; in __round_jiffies_up_relative() local
281 return round_jiffies_common(j + j0, cpu, true) - j0; in __round_jiffies_up_relative()