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()
547 s64 remaining_jiffies; in timeout_to_jiffies() local550 remaining_jiffies = 0; in timeout_to_jiffies()553 remaining_jiffies = ktime_divns(rem, NSEC_PER_SEC / HZ); in timeout_to_jiffies()556 return clamp(remaining_jiffies, 0LL, (s64)INT_MAX); in timeout_to_jiffies()
46 unsigned long remaining_jiffies = in wait_sample() local48 int ret = schedule_timeout_interruptible(remaining_jiffies); in wait_sample()
285 unsigned long target_jiffies, tmp_jiffies, remaining_jiffies; in wait_remaining_ms_from_jiffies() local296 remaining_jiffies = target_jiffies - tmp_jiffies; in wait_remaining_ms_from_jiffies()297 while (remaining_jiffies) in wait_remaining_ms_from_jiffies()298 remaining_jiffies = in wait_remaining_ms_from_jiffies()299 schedule_timeout_uninterruptible(remaining_jiffies); in wait_remaining_ms_from_jiffies()
287 unsigned long remaining_jiffies; in pqi_wait_if_ctrl_blocked() local289 remaining_jiffies = in pqi_wait_if_ctrl_blocked()293 remaining_msecs = jiffies_to_msecs(remaining_jiffies); in pqi_wait_if_ctrl_blocked()