Searched refs:remaining_jiffies (Results 1 – 5 of 5) sorted by relevance
68 unsigned long remaining_jiffies = timeout_to_jiffies(timeout); in msm_wait_fence() local73 remaining_jiffies); in msm_wait_fence()77 remaining_jiffies); in msm_wait_fence()
435 unsigned long remaining_jiffies; in timeout_to_jiffies() local438 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()
54 unsigned long remaining_jiffies = in wait_sample() local56 int ret = schedule_timeout_interruptible(remaining_jiffies); in wait_sample()
3675 unsigned long target_jiffies, tmp_jiffies, remaining_jiffies; in wait_remaining_ms_from_jiffies() local3686 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()
264 unsigned long remaining_jiffies; in pqi_wait_if_ctrl_blocked() local266 remaining_jiffies = in pqi_wait_if_ctrl_blocked()270 remaining_msecs = jiffies_to_msecs(remaining_jiffies); in pqi_wait_if_ctrl_blocked()