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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_scsa.c1748 pmcs_cq_thr_info_t *cqti = (pmcs_cq_thr_info_t *)arg; local
1749 pmcs_hw_t *pwp = cqti->cq_pwp;
1756 DTRACE_PROBE1(pmcs__scsa__cq__run__start, pmcs_cq_thr_info_t *, cqti);
1792 pmcs_cq_thr_info_t *, cqti);
1816 pmcs_cq_thr_info_t *, cqti);
1826 mutex_enter(&cqti->cq_thr_lock);
1827 cv_wait(&cqti->cq_cv, &cqti->cq_thr_lock);
1828 mutex_exit(&cqti->cq_thr_lock);
1834 DTRACE_PROBE1(pmcs__scsa__cq__run__stop, pmcs_cq_thr_info_t *, cqti);
[all...]
H A Dpmcs_attach.c1322 pmcs_cq_thr_info_t *cqti; local
1350 cqti = &pwp->cq_info.cq_thr_info[i];
1351 mutex_enter(&cqti->cq_thr_lock);
1352 cv_signal(&cqti->cq_cv);
1353 mutex_exit(&cqti->cq_thr_lock);
1355 thread_join(cqti->cq_thread->t_did);

Completed in 163 milliseconds