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()
3511 unsigned long target_jiffies, tmp_jiffies, remaining_jiffies; in wait_remaining_ms_from_jiffies() local3522 remaining_jiffies = target_jiffies - tmp_jiffies; in wait_remaining_ms_from_jiffies()3523 while (remaining_jiffies) in wait_remaining_ms_from_jiffies()3524 remaining_jiffies = in wait_remaining_ms_from_jiffies()3525 schedule_timeout_uninterruptible(remaining_jiffies); in wait_remaining_ms_from_jiffies()