Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c1658 if (itask->itask_flags & (ITASK_IN_FREE_LIST | in find_task_from_msgid()
1911 new = old = itask->itask_flags; in stmf_proxy_scsi_cmd()
1915 } while (atomic_cas_32(&itask->itask_flags, old, new) != old); in stmf_proxy_scsi_cmd()
4123 itask->itask_flags = ITASK_IN_TRANSITION; in stmf_task_alloc()
4177 itask->itask_flags = ITASK_IN_FREE_LIST; in stmf_task_lu_free()
4275 if (itask->itask_flags & (ITASK_IN_FREE_LIST | in stmf_do_ilu_timeouts()
4343 if (itask->itask_flags & ITASK_IN_FREE_LIST) in stmf_task_lu_killall()
4497 old = new = itask->itask_flags; in stmf_post_task()
4510 } while (atomic_cas_32(&itask->itask_flags, old, new) != old); in stmf_post_task()
4568 ar->ta_itask_flags = itask->itask_flags; in stmf_task_audit()
[all …]
H A Dstmf_impl.h239 uint32_t itask_flags; member