Searched refs:TASK_DAEMON_SLEEPING_FLG (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1708 #define TASK_DAEMON_SLEEPING_FLG BIT_1 macro
1896 ha->task_daemon_flags & (TASK_DAEMON_SLEEPING_FLG | \
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c2156 TASK_DAEMON_SLEEPING_FLG, 0);
2175 TASK_DAEMON_SLEEPING_FLG) == 0)) {
8082 if (ha->task_daemon_flags & TASK_DAEMON_SLEEPING_FLG) {
8133 ha->task_daemon_flags |= TASK_DAEMON_SLEEPING_FLG;
8141 ha->task_daemon_flags &= ~TASK_DAEMON_SLEEPING_FLG;
H A Dql_init.c104 TASK_DAEMON_SLEEPING_FLG | TASK_DAEMON_ALIVE_FLG |

Completed in 129 milliseconds