Searched refs:tqs (Results 1 – 3 of 3) sorted by relevance
148 struct tseg_qent tqs; in tcp_reass() local214 bzero(&tqs, sizeof(struct tseg_qent)); in tcp_reass()215 te = &tqs; in tcp_reass()250 if (te != &tqs) in tcp_reass()301 KASSERT(te != &tqs, ("%s: temporary stack based entry not " in tcp_reass()326 if (q != &tqs) in tcp_reass()
870 spa_taskqs_t *tqs = &spa->spa_zio_taskq[t][q]; in spa_taskqs_init() local876 tqs->stqs_count = 0; in spa_taskqs_init()877 tqs->stqs_taskq = NULL; in spa_taskqs_init()883 tqs->stqs_count = count; in spa_taskqs_init()884 tqs->stqs_taskq = kmem_alloc(count * sizeof (taskq_t *), KM_SLEEP); in spa_taskqs_init()940 tqs->stqs_taskq[i] = tq; in spa_taskqs_init()947 spa_taskqs_t *tqs = &spa->spa_zio_taskq[t][q]; in spa_taskqs_fini() local949 if (tqs->stqs_taskq == NULL) { in spa_taskqs_fini()950 ASSERT0(tqs->stqs_count); in spa_taskqs_fini()954 for (uint_t i = 0; i < tqs->stqs_count; i++) { in spa_taskqs_fini()[all …]
1418 spa_taskqs_t *tqs = &spa->spa_zio_taskq[t][q]; in zio_taskq_member() local1420 for (i = 0; i < tqs->stqs_count; i++) { in zio_taskq_member()1421 if (taskq_member(tqs->stqs_taskq[i], executor)) in zio_taskq_member()