Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4v/io/
H A Dntwdt.c114 uint32_t ntwdt_watchdog_flags; member
659 if ((ntwdt_state->ntwdt_watchdog_flags & NTWDT_FLAG_SKIP_CYCLIC) != 0) { in ntwdt_cyclic_softint()
660 ntwdt_state->ntwdt_watchdog_flags &= ~NTWDT_FLAG_SKIP_CYCLIC; in ntwdt_cyclic_softint()
717 ntwdt_state->ntwdt_watchdog_flags |= NTWDT_FLAG_SKIP_CYCLIC; in ntwdt_arm_watchdog()
719 ntwdt_state->ntwdt_watchdog_flags &= ~NTWDT_FLAG_SKIP_CYCLIC; in ntwdt_arm_watchdog()
760 ntwdt_state->ntwdt_watchdog_flags = 0; in ntwdt_stop_timer()