Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/msm/
Dmsm_fence.c68 unsigned long remaining_jiffies = timeout_to_jiffies(timeout); in msm_wait_fence() local
73 remaining_jiffies); in msm_wait_fence()
77 remaining_jiffies); in msm_wait_fence()
Dmsm_drv.h435 unsigned long remaining_jiffies; in timeout_to_jiffies() local
438 remaining_jiffies = 0; in timeout_to_jiffies()
442 remaining_jiffies = timespec_to_jiffies(&ts); in timeout_to_jiffies()
445 return remaining_jiffies; in timeout_to_jiffies()
Dmsm_perf.c54 unsigned long remaining_jiffies = in wait_sample() local
56 int ret = schedule_timeout_interruptible(remaining_jiffies); in wait_sample()
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_drv.h3675 unsigned long target_jiffies, tmp_jiffies, remaining_jiffies; in wait_remaining_ms_from_jiffies() local
3686 remaining_jiffies = target_jiffies - tmp_jiffies; in wait_remaining_ms_from_jiffies()
3687 while (remaining_jiffies) in wait_remaining_ms_from_jiffies()
3688 remaining_jiffies = in wait_remaining_ms_from_jiffies()
3689 schedule_timeout_uninterruptible(remaining_jiffies); in wait_remaining_ms_from_jiffies()
/Linux-v4.19/drivers/scsi/smartpqi/
Dsmartpqi_init.c264 unsigned long remaining_jiffies; in pqi_wait_if_ctrl_blocked() local
266 remaining_jiffies = in pqi_wait_if_ctrl_blocked()
270 remaining_msecs = jiffies_to_msecs(remaining_jiffies); in pqi_wait_if_ctrl_blocked()