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()
726 unsigned long remaining_jiffies; in msm_wait_fence() local729 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()
3535 unsigned long target_jiffies, tmp_jiffies, remaining_jiffies; in wait_remaining_ms_from_jiffies() local3546 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()