Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h2002 #define IDC_POLL_NEEDED (uint64_t)BIT_22 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.c8871 if (ha->task_daemon_flags & IDC_POLL_NEEDED) { in ql_task_thread()
8872 ha->task_daemon_flags &= ~IDC_POLL_NEEDED; in ql_task_thread()
10154 set_flags |= IDC_POLL_NEEDED; in ql_timer()