Searched refs:tqs (Results 1 – 2 of 2) sorted by relevance
847 spa_taskqs_t *tqs = &spa->spa_zio_taskq[t][q]; in spa_taskqs_init() local853 tqs->stqs_count = 0; in spa_taskqs_init()854 tqs->stqs_taskq = NULL; in spa_taskqs_init()860 tqs->stqs_count = count; in spa_taskqs_init()861 tqs->stqs_taskq = kmem_alloc(count * sizeof (taskq_t *), KM_SLEEP); in spa_taskqs_init()913 tqs->stqs_taskq[i] = tq; in spa_taskqs_init()920 spa_taskqs_t *tqs = &spa->spa_zio_taskq[t][q]; in spa_taskqs_fini() local922 if (tqs->stqs_taskq == NULL) { in spa_taskqs_fini()923 ASSERT0(tqs->stqs_count); in spa_taskqs_fini()927 for (uint_t i = 0; i < tqs->stqs_count; i++) { in spa_taskqs_fini()[all …]
1334 spa_taskqs_t *tqs = &spa->spa_zio_taskq[t][q]; in zio_taskq_member() local1336 for (i = 0; i < tqs->stqs_count; i++) { in zio_taskq_member()1337 if (taskq_member(tqs->stqs_taskq[i], executor)) in zio_taskq_member()