Searched refs:tqs (Results 1 – 3 of 3) sorted by relevance
863 spa_taskqs_t *tqs = &spa->spa_zio_taskq[t][q]; in spa_taskqs_init() local869 tqs->stqs_count = 0; in spa_taskqs_init()870 tqs->stqs_taskq = NULL; in spa_taskqs_init()876 tqs->stqs_count = count; in spa_taskqs_init()877 tqs->stqs_taskq = kmem_alloc(count * sizeof (taskq_t *), KM_SLEEP); in spa_taskqs_init()941 tqs->stqs_taskq[i] = tq; in spa_taskqs_init()948 spa_taskqs_t *tqs = &spa->spa_zio_taskq[t][q]; in spa_taskqs_fini() local950 if (tqs->stqs_taskq == NULL) { in spa_taskqs_fini()951 ASSERT0(tqs->stqs_count); in spa_taskqs_fini()955 for (uint_t i = 0; i < tqs->stqs_count; i++) { in spa_taskqs_fini()[all …]
1554 spa_taskqs_t *tqs = &spa->spa_zio_taskq[t][q]; in zio_taskq_member() local1556 for (i = 0; i < tqs->stqs_count; i++) { in zio_taskq_member()1557 if (taskq_member(tqs->stqs_taskq[i], executor)) in zio_taskq_member()
605 uint32_t val, tqs, rqs; in eqos_init_locked() local 661 tqs = (128 << __SHIFTOUT(sc->sc_hw_feature[1], in eqos_init_locked() 665 val |= __SHIFTIN(tqs, GMAC_MTL_TXQ0_OPERATION_MODE_TQS); in eqos_init_locked()