Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4v/io/
H A Dntwdt.c92 #define NTWDT_FLAG_SKIP_CYCLIC 0x1 /* skip next cyclic */ macro
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()
/titanic_44/usr/src/uts/sun4u/lw8/io/
H A Dntwdt.c381 #define NTWDT_FLAG_SKIP_CYCLIC 0x1 /* skip next Cyclic */ macro
1451 NTWDT_FLAG_SKIP_CYCLIC) != 0) { in ntwdt_cyclic_softint()
1456 wdog_state->ntwdt_wdog_flags &= ~NTWDT_FLAG_SKIP_CYCLIC; in ntwdt_cyclic_softint()