Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h2011 #define WATCHDOG_NEEDED (uint64_t)BIT_29 macro
2014 #define DTF_EL_MSG_SKIP_FLGS (IDC_POLL_NEEDED | WATCHDOG_NEEDED | \
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c8779 if (ha->task_daemon_flags & WATCHDOG_NEEDED) { in ql_task_thread()
8780 ha->task_daemon_flags &= ~WATCHDOG_NEEDED; in ql_task_thread()
10128 set_flags |= WATCHDOG_NEEDED; in ql_timer()