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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio.c1434 spa_taskqs_t *tqs = &spa->spa_zio_taskq[t][q]; local
1436 for (i = 0; i < tqs->stqs_count; i++) {
1437 if (taskq_member(tqs->stqs_taskq[i], executor))
H A Dspa.c845 spa_taskqs_t *tqs = &spa->spa_zio_taskq[t][q]; local
851 tqs->stqs_count = 0;
852 tqs->stqs_taskq = NULL;
858 tqs->stqs_count = count;
859 tqs->stqs_taskq = kmem_alloc(count * sizeof (taskq_t *), KM_SLEEP);
911 tqs->stqs_taskq[i] = tq;
918 spa_taskqs_t *tqs = &spa->spa_zio_taskq[t][q]; local
920 if (tqs->stqs_taskq == NULL) {
921 ASSERT0(tqs->stqs_count);
925 for (uint_t i = 0; i < tqs
944 spa_taskqs_t *tqs = &spa->spa_zio_taskq[t][q]; local
[all...]

Completed in 66 milliseconds