Searched refs:last_check_time (Results 1 – 2 of 2) sorted by relevance
146 atomic_long_set(&idev->last_check_time, jiffies - 2 * HZ); in ionic_watchdog_init()503 unsigned long check_time, last_check_time; in ionic_heartbeat_check() local514 last_check_time = atomic_long_read(&idev->last_check_time); in ionic_heartbeat_check()516 if (time_before(check_time, last_check_time + HZ)) in ionic_heartbeat_check()518 if (!atomic_long_try_cmpxchg_relaxed(&idev->last_check_time, in ionic_heartbeat_check()519 &last_check_time, check_time)) { in ionic_heartbeat_check()595 last_check_time = idev->last_hb_time; in ionic_heartbeat_check()596 if (time_before(check_time, last_check_time + DEVCMD_TIMEOUT * 2 * HZ)) in ionic_heartbeat_check()
120 __u64 last_check_time; member