Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/comstar/stmf/
H A Dstmf_impl.h363 #define STMF_WORKER_ACTIVE 2 macro
H A Dstmf.c4541 if ((w->worker_flags & STMF_WORKER_ACTIVE) == 0) { in stmf_post_task()
4728 if ((w->worker_flags & STMF_WORKER_ACTIVE) == 0) in stmf_data_xfer_done()
4853 if ((w->worker_flags & STMF_WORKER_ACTIVE) == 0) in stmf_send_status_done()
4950 if ((w->worker_flags & STMF_WORKER_ACTIVE) == 0) in stmf_queue_task_for_abort()
5097 if ((w->worker_flags & STMF_WORKER_ACTIVE) == 0) in stmf_task_poll_lu()
5144 if ((w->worker_flags & STMF_WORKER_ACTIVE) == 0) in stmf_task_poll_lport()
6205 w->worker_flags |= STMF_WORKER_STARTED | STMF_WORKER_ACTIVE; in stmf_worker_task()
6210 STMF_WORKER_ACTIVE | STMF_WORKER_TERMINATE); in stmf_worker_task()
6391 w->worker_flags &= ~STMF_WORKER_ACTIVE; in stmf_worker_task()
6401 w->worker_flags |= STMF_WORKER_ACTIVE; in stmf_worker_task()
[all …]
/titanic_41/usr/src/cmd/mdb/common/modules/stmf/
H A Dstmf.c1386 (worker.worker_flags & STMF_WORKER_ACTIVE) ? in stmf_worker()