Home
last modified time | relevance | path

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

/drivers/thermal/
Dintel_powerclamp.c383 unsigned long target_jiffies; in clamp_thread() local
410 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()
/drivers/gpu/drm/i915/
Di915_drv.h2958 unsigned long target_jiffies, tmp_jiffies, remaining_jiffies; in wait_remaining_ms_from_jiffies() local
2965 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()
/drivers/scsi/arm/
Dacornscsi.c300 unsigned long target_jiffies, flags; in acornscsi_csdelay() local
302 target_jiffies = jiffies + 1 + cs * HZ / 100; in acornscsi_csdelay()
307 while (time_before(jiffies, target_jiffies)) barrier(); in acornscsi_csdelay()