Searched defs:stmf_workers (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c236 static stmf_worker_t *stmf_workers = NULL; variable
4460 w = &stmf_workers[nv];
4467 w1 = stmf_workers;
4469 w1 = &stmf_workers[nv + 1];
4482 w = stmf_workers;
6122 ASSERT(stmf_workers == NULL);
6129 stmf_workers = (stmf_worker_t *)kmem_zalloc(
6132 stmf_worker_t *w = &stmf_workers[i];
6155 ASSERT(stmf_workers);
6170 stmf_worker_t *w = &stmf_workers[
[all...]

Completed in 124 milliseconds