Searched refs:remaining_jiffies (Results 1 – 5 of 5) sorted by relevance
57 unsigned long remaining_jiffies = timeout_to_jiffies(timeout); in msm_wait_fence() local62 remaining_jiffies); in msm_wait_fence()66 remaining_jiffies); in msm_wait_fence()
451 unsigned long remaining_jiffies; in timeout_to_jiffies() local454 remaining_jiffies = 0; in timeout_to_jiffies()458 remaining_jiffies = timespec_to_jiffies(&ts); in timeout_to_jiffies()461 return remaining_jiffies; in timeout_to_jiffies()
46 unsigned long remaining_jiffies = in wait_sample() local48 int ret = schedule_timeout_interruptible(remaining_jiffies); in wait_sample()
272 unsigned long target_jiffies, tmp_jiffies, remaining_jiffies; in wait_remaining_ms_from_jiffies() local283 remaining_jiffies = target_jiffies - tmp_jiffies; in wait_remaining_ms_from_jiffies()284 while (remaining_jiffies) in wait_remaining_ms_from_jiffies()285 remaining_jiffies = in wait_remaining_ms_from_jiffies()286 schedule_timeout_uninterruptible(remaining_jiffies); in wait_remaining_ms_from_jiffies()
267 unsigned long remaining_jiffies; in pqi_wait_if_ctrl_blocked() local269 remaining_jiffies = in pqi_wait_if_ctrl_blocked()273 remaining_msecs = jiffies_to_msecs(remaining_jiffies); in pqi_wait_if_ctrl_blocked()