Home
last modified time | relevance | path

Searched refs:remaining_jiffies (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_jiffies.h25 unsigned long target_jiffies, tmp_jiffies, remaining_jiffies; in wait_remaining_ms_from_jiffies() local
36 remaining_jiffies = target_jiffies - tmp_jiffies; in wait_remaining_ms_from_jiffies()
37 while (remaining_jiffies) in wait_remaining_ms_from_jiffies()
38 remaining_jiffies = in wait_remaining_ms_from_jiffies()
39 schedule_timeout_uninterruptible(remaining_jiffies); in wait_remaining_ms_from_jiffies()
/linux/drivers/gpu/drm/msm/
H A Dmsm_perf.c46 unsigned long remaining_jiffies = in wait_sample() local
48 int ret = schedule_timeout_interruptible(remaining_jiffies); in wait_sample()
H A Dmsm_drv.h536 s64 remaining_jiffies = ktime_divns(rem, NSEC_PER_SEC / HZ); in timeout_to_jiffies() local
537 return clamp(remaining_jiffies, 1LL, (s64)INT_MAX); in timeout_to_jiffies()
/linux/fs/smb/server/
H A Dvfs_cache.c894 unsigned long remaining_jiffies; in ksmbd_durable_scavenger() local
905 remaining_jiffies = wait_event_timeout(dh_wq, in ksmbd_durable_scavenger()
908 if (remaining_jiffies) in ksmbd_durable_scavenger()
909 min_timeout = jiffies_to_msecs(remaining_jiffies); in ksmbd_durable_scavenger()
/linux/kernel/printk/
H A Dprintk.c4472 unsigned long remaining_jiffies = timeout_jiffies; in __pr_flush() local
4548 remaining_jiffies = timeout_jiffies; in __pr_flush()
4553 if (diff == 0 || remaining_jiffies == 0) in __pr_flush()
4561 remaining_jiffies -= min(slept_jiffies, remaining_jiffies); in __pr_flush()
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c2453 u64 remaining_jiffies = 0, resched_delay; in tick_work() local
2470 remaining_jiffies = resched_target - now; in tick_work()
2472 full_tick = remaining_jiffies == 0; in tick_work()