Searched refs:NTWDT_FLAG_SKIP_CYCLIC (Results 1 – 2 of 2) sorted by relevance
92 #define NTWDT_FLAG_SKIP_CYCLIC 0x1 /* skip next cyclic */ macro659 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()
381 #define NTWDT_FLAG_SKIP_CYCLIC 0x1 /* skip next Cyclic */ macro1451 NTWDT_FLAG_SKIP_CYCLIC) != 0) { in ntwdt_cyclic_softint()1456 wdog_state->ntwdt_wdog_flags &= ~NTWDT_FLAG_SKIP_CYCLIC; in ntwdt_cyclic_softint()