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

/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf_impl.h363 #define STMF_WORKER_ACTIVE 2 macro
H A Dstmf.c4538 if ((w->worker_flags & STMF_WORKER_ACTIVE) == 0) {
4725 if ((w->worker_flags & STMF_WORKER_ACTIVE) == 0)
4850 if ((w->worker_flags & STMF_WORKER_ACTIVE) == 0)
4947 if ((w->worker_flags & STMF_WORKER_ACTIVE) == 0)
5094 if ((w->worker_flags & STMF_WORKER_ACTIVE) == 0)
5141 if ((w->worker_flags & STMF_WORKER_ACTIVE) == 0)
6202 w->worker_flags |= STMF_WORKER_STARTED | STMF_WORKER_ACTIVE;
6207 STMF_WORKER_ACTIVE | STMF_WORKER_TERMINATE);
6388 w->worker_flags &= ~STMF_WORKER_ACTIVE;
6398 w->worker_flags |= STMF_WORKER_ACTIVE;
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/stmf/
H A Dstmf.c1386 (worker.worker_flags & STMF_WORKER_ACTIVE) ?

Completed in 61 milliseconds