Searched refs:tqs (Results 1 – 2 of 2) sorted by relevance
848 spa_taskqs_t *tqs = &spa->spa_zio_taskq[t][q]; in spa_taskqs_init() local854 tqs->stqs_count = 0; in spa_taskqs_init()855 tqs->stqs_taskq = NULL; in spa_taskqs_init()861 tqs->stqs_count = count; in spa_taskqs_init()862 tqs->stqs_taskq = kmem_alloc(count * sizeof (taskq_t *), KM_SLEEP); in spa_taskqs_init()914 tqs->stqs_taskq[i] = tq; in spa_taskqs_init()921 spa_taskqs_t *tqs = &spa->spa_zio_taskq[t][q]; in spa_taskqs_fini() local923 if (tqs->stqs_taskq == NULL) { in spa_taskqs_fini()924 ASSERT0(tqs->stqs_count); in spa_taskqs_fini()928 for (uint_t i = 0; i < tqs->stqs_count; i++) { in spa_taskqs_fini()[all …]
1337 spa_taskqs_t *tqs = &spa->spa_zio_taskq[t][q]; in zio_taskq_member() local1339 for (i = 0; i < tqs->stqs_count; i++) { in zio_taskq_member()1340 if (taskq_member(tqs->stqs_taskq[i], executor)) in zio_taskq_member()