Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_dev.c146 atomic_long_set(&idev->last_check_time, jiffies - 2 * HZ); in ionic_watchdog_init()
315 unsigned long check_time, last_check_time; in ionic_heartbeat_check() local
326 last_check_time = atomic_long_read(&idev->last_check_time); in ionic_heartbeat_check()
328 if (time_before(check_time, last_check_time + HZ)) in ionic_heartbeat_check()
330 if (!atomic_long_try_cmpxchg_relaxed(&idev->last_check_time, in ionic_heartbeat_check()
331 &last_check_time, check_time)) { in ionic_heartbeat_check()
407 last_check_time = idev->last_hb_time; in ionic_heartbeat_check()
408 if (time_before(check_time, last_check_time + DEVCMD_TIMEOUT * 2 * HZ)) in ionic_heartbeat_check()
H A Dionic_dev.h154 atomic_long_t last_check_time; member
/linux/block/
H A Dblk-throttle.h121 unsigned long last_check_time; member