Searched refs:remaining_jiffies (Results 1 – 3 of 3) sorted by relevance
57 unsigned long remaining_jiffies = in wait_sample() local59 int ret = schedule_timeout_interruptible(remaining_jiffies); in wait_sample()
661 unsigned long remaining_jiffies; in msm_wait_fence_interruptable() local664 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()
3254 unsigned long target_jiffies, tmp_jiffies, remaining_jiffies; in wait_remaining_ms_from_jiffies() local3265 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()