Home
last modified time | relevance | path

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

/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()
/linux/fs/smb/server/
H A Dvfs_cache.c1089 unsigned long remaining_jiffies; in ksmbd_durable_scavenger() local
1098 remaining_jiffies = wait_event_timeout(dh_wq, in ksmbd_durable_scavenger()
1101 if (remaining_jiffies) in ksmbd_durable_scavenger()
1102 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()