Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/msm/
Dmsm_perf.c57 unsigned long remaining_jiffies = in wait_sample() local
59 int ret = schedule_timeout_interruptible(remaining_jiffies); in wait_sample()
Dmsm_drv.c661 unsigned long remaining_jiffies; in msm_wait_fence_interruptable() local
664 remaining_jiffies = 0; in msm_wait_fence_interruptable()
666 remaining_jiffies = timeout_jiffies - start_jiffies; in msm_wait_fence_interruptable()
670 remaining_jiffies); in msm_wait_fence_interruptable()
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_drv.h3254 unsigned long target_jiffies, tmp_jiffies, remaining_jiffies; in wait_remaining_ms_from_jiffies() local
3265 remaining_jiffies = target_jiffies - tmp_jiffies; in wait_remaining_ms_from_jiffies()
3266 while (remaining_jiffies) in wait_remaining_ms_from_jiffies()
3267 remaining_jiffies = in wait_remaining_ms_from_jiffies()
3268 schedule_timeout_uninterruptible(remaining_jiffies); in wait_remaining_ms_from_jiffies()