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

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dspa.c963 spa_taskqs_t *tqs = &spa->spa_zio_taskq[t][q]; local
1016 tqs->stqs_count = 0;
1017 tqs->stqs_taskq = NULL;
1028 tqs->stqs_count = count;
1029 tqs->stqs_taskq = kmem_alloc(count * sizeof (taskq_t *), KM_SLEEP);
1076 tqs->stqs_taskq[i] = tq;
1083 spa_taskqs_t *tqs = &spa->spa_zio_taskq[t][q]; local
1085 if (tqs->stqs_taskq == NULL) {
1086 ASSERT3U(tqs->stqs_count, ==, 0);
1090 for (uint_t i = 0; i < tqs
1109 spa_taskqs_t *tqs = &spa->spa_zio_taskq[t][q]; local
1131 spa_taskqs_t *tqs = &spa->spa_zio_taskq[t][q]; local
[all...]
H A Dzio.c1906 spa_taskqs_t *tqs = &spa->spa_zio_taskq[t][q]; local
1908 for (i = 0; i < tqs->stqs_count; i++) {
1909 if (tqs->stqs_taskq[i] == tq)

Completed in 202 milliseconds