Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Dvfs_cache.c1577 unsigned long remaining_jiffies; in ksmbd_durable_scavenger() local
1586 remaining_jiffies = wait_event_interruptible_timeout(dh_wq, in ksmbd_durable_scavenger()
1589 if ((long)remaining_jiffies > 0) in ksmbd_durable_scavenger()
1590 min_timeout = jiffies_to_msecs(remaining_jiffies); in ksmbd_durable_scavenger()
/linux/kernel/printk/
H A Dprintk.c4476 unsigned long remaining_jiffies = timeout_jiffies; in __pr_flush() local
4552 remaining_jiffies = timeout_jiffies; in __pr_flush()
4557 if (diff == 0 || remaining_jiffies == 0) in __pr_flush()
4565 remaining_jiffies -= min(slept_jiffies, remaining_jiffies); in __pr_flush()
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c2461 u64 remaining_jiffies = 0, resched_delay; in tick_work() local
2478 remaining_jiffies = resched_target - now; in tick_work()
2480 full_tick = remaining_jiffies == 0; in tick_work()