Searched refs:target_jiffies (Results 1 – 3 of 3) sorted by relevance
389 unsigned long target_jiffies; in clamp_thread() local416 target_jiffies = roundup(jiffies, interval); in clamp_thread()417 sleeptime = target_jiffies - jiffies; in clamp_thread()435 target_jiffies = jiffies + duration_jiffies; in clamp_thread()436 mod_timer(&wakeup_timer, target_jiffies); in clamp_thread()445 while (time_before(jiffies, target_jiffies)) { in clamp_thread()
3535 unsigned long target_jiffies, tmp_jiffies, remaining_jiffies; in wait_remaining_ms_from_jiffies() local3542 target_jiffies = timestamp_jiffies + in wait_remaining_ms_from_jiffies()3545 if (time_after(target_jiffies, tmp_jiffies)) { in wait_remaining_ms_from_jiffies()3546 remaining_jiffies = target_jiffies - tmp_jiffies; in wait_remaining_ms_from_jiffies()
300 unsigned long target_jiffies, flags; in acornscsi_csdelay() local302 target_jiffies = jiffies + 1 + cs * HZ / 100; in acornscsi_csdelay()307 while (time_before(jiffies, target_jiffies)) barrier(); in acornscsi_csdelay()