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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1707 #define TASK_DAEMON_STOP_FLG BIT_0 macro
1897 TASK_DAEMON_STOP_FLG))
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c1555 ha->task_daemon_flags |= TASK_DAEMON_STOP_FLG;
1563 while (ha->task_daemon_flags & TASK_DAEMON_STOP_FLG) {
1793 ha->task_daemon_flags |= TASK_DAEMON_STOP_FLG;
1801 if (ha->task_daemon_flags & TASK_DAEMON_STOP_FLG) {
1802 ha->task_daemon_flags &= ~TASK_DAEMON_STOP_FLG;
8117 while ((ha->task_daemon_flags & TASK_DAEMON_STOP_FLG) == 0) {
8126 if (ha->task_daemon_flags & TASK_DAEMON_STOP_FLG) {
8138 ha->task_daemon_flags |= TASK_DAEMON_STOP_FLG;
8149 ha->task_daemon_flags &= ~(TASK_DAEMON_STOP_FLG |
8205 (TASK_DAEMON_STOP_FLG | DRIVER_STAL
[all...]
H A Dql_init.c103 ha->task_daemon_flags &= TASK_DAEMON_STOP_FLG |

Completed in 98 milliseconds