Searched refs:remaining_jiffies (Results 1 – 4 of 4) sorted by relevance
46 unsigned long remaining_jiffies = in wait_sample() local48 int ret = schedule_timeout_interruptible(remaining_jiffies); in wait_sample()
1089 unsigned long remaining_jiffies; in ksmbd_durable_scavenger() local1098 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()
4472 unsigned long remaining_jiffies = timeout_jiffies; in __pr_flush() local4548 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()
2453 u64 remaining_jiffies = 0, resched_delay; in tick_work() local2470 remaining_jiffies = resched_target - now; in tick_work()2472 full_tick = remaining_jiffies == 0; in tick_work()