Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf_impl.h310 atomic_inc_32(&w->worker_ref_count); \
405 uint32_t worker_ref_count; /* # IOs referencing */ member
H A Dstmf.c4826 atomic_dec_32(&itask->itask_worker->worker_ref_count); in stmf_task_free()
6621 if ((w->worker_ref_count == 0) && in stmf_worker_task()
6807 if (w->worker_ref_count == 0) in stmf_worker_task()
/illumos-gate/usr/src/cmd/mdb/common/modules/stmf/
H A Dstmf.c1388 worker.worker_ref_count, in stmf_worker()