Searched refs:cq_info (Results 1 – 4 of 4) sorted by relevance
468 cqti = &hwp->cq_info.cq_thr_info \469 [hwp->cq_info.cq_next_disp_thr]; \470 hwp->cq_info.cq_next_disp_thr++; \471 if (hwp->cq_info.cq_next_disp_thr == \472 hwp->cq_info.cq_threads) { \473 hwp->cq_info.cq_next_disp_thr = 0; \
685 pmcs_cq_info_t cq_info; member
817 pwp->cq_info.cq_threads = num_threads; in pmcs_attach()818 pwp->cq_info.cq_thr_info = kmem_zalloc( in pmcs_attach()819 sizeof (pmcs_cq_thr_info_t) * pwp->cq_info.cq_threads, KM_SLEEP); in pmcs_attach()820 pwp->cq_info.cq_next_disp_thr = 0; in pmcs_attach()821 pwp->cq_info.cq_stop = B_FALSE; in pmcs_attach()998 for (i = 0; i < pwp->cq_info.cq_threads; i++) { in pmcs_attach()999 pwp->cq_info.cq_thr_info[i].cq_pwp = pwp; in pmcs_attach()1000 pwp->cq_info.cq_thr_info[i].cq_thread = in pmcs_attach()1002 &pwp->cq_info.cq_thr_info[i], 0, &p0, TS_RUN, minclsyspri); in pmcs_attach()1347 pwp->cq_info.cq_stop = B_TRUE; in pmcs_unattach()[all …]
1760 while (!pwp->cq_info.cq_stop) { in pmcs_scsa_cq_run()1824 !pwp->cq_info.cq_stop) { in pmcs_scsa_cq_run()