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

/freebsd-10.3-release/sys/netinet/
H A Dtcp_reass.c164 struct tseg_qent tqs; local
231 bzero(&tqs, sizeof(struct tseg_qent));
232 te = &tqs;
267 if (te != &tqs)
318 KASSERT(te != &tqs, ("%s: temporary stack based entry not "
343 if (q != &tqs)
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa.c866 spa_taskqs_t *tqs = &spa->spa_zio_taskq[t][q]; local
872 tqs->stqs_count = 0;
873 tqs->stqs_taskq = NULL;
879 tqs->stqs_count = count;
880 tqs->stqs_taskq = kmem_alloc(count * sizeof (taskq_t *), KM_SLEEP);
936 tqs->stqs_taskq[i] = tq;
943 spa_taskqs_t *tqs = &spa->spa_zio_taskq[t][q]; local
945 if (tqs->stqs_taskq == NULL) {
946 ASSERT0(tqs->stqs_count);
950 for (uint_t i = 0; i < tqs
969 spa_taskqs_t *tqs = &spa->spa_zio_taskq[t][q]; local
[all...]
H A Dzio.c1420 spa_taskqs_t *tqs = &spa->spa_zio_taskq[t][q]; local
1422 for (i = 0; i < tqs->stqs_count; i++) {
1423 if (taskq_member(tqs->stqs_taskq[i], executor))
/freebsd-10.3-release/contrib/groff/src/roff/troff/
H A Dinput.cpp7280 "abciI:vw:W:zCEf:m:n:o:r:d:F:M:T:tqs:RU"

Completed in 76 milliseconds