Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf_impl.h398 stmf_i_scsi_task_t *worker_wait_tail; member
H A Dstmf.c6640 ASSERT(w->worker_wait_tail); in stmf_worker_task()
6647 w->worker_task_tail = w->worker_wait_tail; in stmf_worker_task()
6648 w->worker_wait_head = w->worker_wait_tail = in stmf_worker_task()
6708 if (w->worker_wait_tail) { in stmf_worker_task()
6709 w->worker_wait_tail->itask_worker_next = itask; in stmf_worker_task()
6713 w->worker_wait_tail = itask; in stmf_worker_task()