Searched refs:target_jiffies (Results 1 – 3 of 3) sorted by relevance
383 unsigned long target_jiffies; in clamp_thread() local410 target_jiffies = roundup(jiffies, interval); in clamp_thread()411 sleeptime = target_jiffies - jiffies; in clamp_thread()429 target_jiffies = jiffies + duration_jiffies; in clamp_thread()430 mod_timer(&wakeup_timer, target_jiffies); in clamp_thread()439 while (time_before(jiffies, target_jiffies)) { in clamp_thread()
2958 unsigned long target_jiffies, tmp_jiffies, remaining_jiffies; in wait_remaining_ms_from_jiffies() local2965 target_jiffies = timestamp_jiffies + in wait_remaining_ms_from_jiffies()2968 if (time_after(target_jiffies, tmp_jiffies)) { in wait_remaining_ms_from_jiffies()2969 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()