Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4v/io/
H A Dntwdt.c109 uint32_t ntwdt_time_remaining; /* expiration timer */ member
626 ntwdt_state->ntwdt_time_remaining)); in ntwdt_ioctl()
677 ntwdt_state->ntwdt_time_remaining -= NTWDT_DECREMENT_INTERVAL; in ntwdt_cyclic_softint()
679 if (ntwdt_state->ntwdt_time_remaining == 0) { in ntwdt_cyclic_softint()
703 (int)TICK_TO_MSEC(ntwdt_state->ntwdt_time_remaining))); in ntwdt_cyclic_softint()
714 ntwdt_state->ntwdt_time_remaining = ntwdt_state->ntwdt_watchdog_timeout; in ntwdt_arm_watchdog()