Searched refs:elapsed (Results 1 – 9 of 9) sorted by relevance
272 unsigned elapsed; in flakey_map() local275 elapsed = (jiffies - fc->start_time) / HZ; in flakey_map()276 if (elapsed % (fc->up_interval + fc->down_interval) >= fc->up_interval) { in flakey_map()
183 long elapsed; in tty_read() local192 elapsed = in tty_read()195 if (elapsed > timeout) in tty_read()199 elapsed) * HZ) / 10000); in tty_read()
95 long elapsed; in pm_runtime_autosuspend_expiration() local107 elapsed = jiffies - last_busy; in pm_runtime_autosuspend_expiration()108 if (elapsed < 0) in pm_runtime_autosuspend_expiration()119 if (elapsed >= expires - last_busy) in pm_runtime_autosuspend_expiration()
1815 unsigned long elapsed, start; in main_control_loop() local1870 elapsed = jiffies - start; in main_control_loop()1871 if (elapsed < HZ) in main_control_loop()1872 schedule_timeout_interruptible(HZ - elapsed); in main_control_loop()
1807 u32 elapsed; in tlan_timer() local1839 elapsed = jiffies - priv->timer_set_at; in tlan_timer()1840 if (elapsed >= TLAN_TIMER_ACT_DELAY) { in tlan_timer()
601 uint32 elapsed; /* Current elapsed time (usec) */ member
904 tmo->elapsed = 0; in dhd_timeout_start()917 if (tmo->elapsed >= tmo->limit) in dhd_timeout_expired()921 tmo->elapsed += tmo->increment; in dhd_timeout_expired()
4641 __FUNCTION__, enable, ready, tmo.elapsed)); in dhd_bus_init()
2187 unsigned long cjiffies, elapsed; in r100_gpu_cp_is_lockup() local2202 elapsed = jiffies_to_msecs(cjiffies - lockup->last_jiffies); in r100_gpu_cp_is_lockup()2203 if (elapsed >= 10000) { in r100_gpu_cp_is_lockup()2204 dev_err(rdev->dev, "GPU lockup CP stall for more than %lumsec\n", elapsed); in r100_gpu_cp_is_lockup()