Home
last modified time | relevance | path

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

/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.c726 unsigned long remaining_jiffies; in msm_wait_fence() local
729 remaining_jiffies = 0; in msm_wait_fence()
733 remaining_jiffies = timespec_to_jiffies(&ts); in msm_wait_fence()
739 remaining_jiffies); in msm_wait_fence()
743 remaining_jiffies); in msm_wait_fence()
/drivers/gpu/drm/i915/
Di915_drv.h3535 unsigned long target_jiffies, tmp_jiffies, remaining_jiffies; in wait_remaining_ms_from_jiffies() local
3546 remaining_jiffies = target_jiffies - tmp_jiffies; in wait_remaining_ms_from_jiffies()
3547 while (remaining_jiffies) in wait_remaining_ms_from_jiffies()
3548 remaining_jiffies = in wait_remaining_ms_from_jiffies()
3549 schedule_timeout_uninterruptible(remaining_jiffies); in wait_remaining_ms_from_jiffies()