next_heartbeat
if (!engine->i915->params.enable_hangcheck || !next_heartbeat(engine)) {
next_heartbeat(engine);
next_heartbeat(engine);
next_heartbeat = jiffies + (timeout * HZ);
next_heartbeat = jiffies + (timeout * HZ);
static unsigned long next_heartbeat;
if (time_before(jiffies, next_heartbeat)) {
if (time_before(jiffies, wdt->next_heartbeat) ||
wdt->next_heartbeat = jiffies + wdd->timeout * HZ;
wdt->next_heartbeat = jiffies + wdt->wdd.timeout * HZ;
unsigned long next_heartbeat; /* the next_heartbeat for the timer */
unsigned long next_heartbeat; /* the next_heartbeat for the timer */
if (time_before(jiffies, pcwd_private.next_heartbeat)) {
pcwd_private.next_heartbeat = jiffies + (heartbeat * HZ);
pcwd_private.next_heartbeat = jiffies + (heartbeat * HZ);
pikawdt_private.next_heartbeat = jiffies + heartbeat * HZ;
unsigned long next_heartbeat; /* the next_heartbeat for the timer */
if (time_before(jiffies, pikawdt_private.next_heartbeat) ||
static unsigned long next_heartbeat;
if (time_before(jiffies, next_heartbeat)) {
next_heartbeat = jiffies + (timeout * HZ);
next_heartbeat = jiffies + (timeout * HZ);
next_heartbeat = jiffies + (heartbeat * HZ);
if (time_before(jiffies, next_heartbeat)) {
static unsigned long next_heartbeat;
next_heartbeat = jiffies + (heartbeat * HZ);
next_heartbeat = jiffies + wdd->timeout * HZ;
static unsigned long next_heartbeat; /* the next_heartbeat for the timer */
if (time_before(jiffies, next_heartbeat) ||
if (time_before(jiffies, next_heartbeat)) {
next_heartbeat = jiffies + (timeout * HZ);
next_heartbeat = jiffies + (timeout * HZ);
static unsigned long next_heartbeat;