Searched refs:last_check_time (Results 1 – 3 of 3) sorted by relevance
116 atomic_long_set(&idev->last_check_time, jiffies - 2 * HZ); in ionic_dev_setup()138 unsigned long check_time, last_check_time; in ionic_heartbeat_check() local147 last_check_time = atomic_long_read(&idev->last_check_time); in ionic_heartbeat_check()149 if (time_before(check_time, last_check_time + HZ)) in ionic_heartbeat_check()151 if (!atomic_long_try_cmpxchg_relaxed(&idev->last_check_time, in ionic_heartbeat_check()152 &last_check_time, check_time)) { in ionic_heartbeat_check()217 last_check_time = idev->last_hb_time; in ionic_heartbeat_check()218 if (time_before(check_time, last_check_time + ionic->watchdog_period)) in ionic_heartbeat_check()
141 atomic_long_t last_check_time; member
163 unsigned long last_check_time; member1948 if (time_after(tg->last_check_time + tg->td->throtl_slice, now)) in throtl_upgrade_check()1951 tg->last_check_time = now; in throtl_upgrade_check()2041 if (time_after(tg->last_check_time + tg->td->throtl_slice, now)) in throtl_downgrade_check()2044 elapsed_time = now - tg->last_check_time; in throtl_downgrade_check()2045 tg->last_check_time = now; in throtl_downgrade_check()