Searched refs:remaining_jiffies (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/gpu/drm/i915/ |
| A D | i915_utils.h | 217 unsigned long target_jiffies, tmp_jiffies, remaining_jiffies; in wait_remaining_ms_from_jiffies() local 228 remaining_jiffies = target_jiffies - tmp_jiffies; in wait_remaining_ms_from_jiffies() 229 while (remaining_jiffies) in wait_remaining_ms_from_jiffies() 230 remaining_jiffies = in wait_remaining_ms_from_jiffies() 231 schedule_timeout_uninterruptible(remaining_jiffies); in wait_remaining_ms_from_jiffies()
|
| /linux/drivers/gpu/drm/msm/ |
| A D | msm_drv.h | 546 s64 remaining_jiffies; in timeout_to_jiffies() local 549 remaining_jiffies = 0; in timeout_to_jiffies() 552 remaining_jiffies = ktime_divns(rem, NSEC_PER_SEC / HZ); in timeout_to_jiffies() 555 return clamp(remaining_jiffies, 1LL, (s64)INT_MAX); in timeout_to_jiffies()
|
| A D | msm_perf.c | 46 unsigned long remaining_jiffies = in wait_sample() local 48 int ret = schedule_timeout_interruptible(remaining_jiffies); in wait_sample()
|
| /linux/fs/smb/server/ |
| A D | vfs_cache.c | 750 unsigned long remaining_jiffies; in ksmbd_durable_scavenger() local 761 remaining_jiffies = wait_event_timeout(dh_wq, in ksmbd_durable_scavenger() 764 if (remaining_jiffies) in ksmbd_durable_scavenger() 765 min_timeout = jiffies_to_msecs(remaining_jiffies); in ksmbd_durable_scavenger()
|
| /linux/kernel/printk/ |
| A D | printk.c | 4327 unsigned long remaining_jiffies = timeout_jiffies; in __pr_flush() local 4403 remaining_jiffies = timeout_jiffies; in __pr_flush() 4408 if (diff == 0 || remaining_jiffies == 0) in __pr_flush() 4416 remaining_jiffies -= min(slept_jiffies, remaining_jiffies); in __pr_flush()
|
| /linux/drivers/gpu/drm/panthor/ |
| A D | panthor_sched.c | 2303 u64 remaining_jiffies = 0, resched_delay; in tick_work() local 2315 remaining_jiffies = sched->resched_target - now; in tick_work() 2321 tick_ctx_init(sched, &ctx, remaining_jiffies != 0); in tick_work() 2325 if (remaining_jiffies) { in tick_work()
|
Completed in 34 milliseconds