Lines Matching defs:txq_free
96 size_t txq_free;
1307 return txq->txq_free >= txq->txq_threshold;
1396 if (map->dm_nsegs > txq->txq_free)
1454 txq->txq_free -= map->dm_nsegs;
1599 printf("%s: entry: free=%zu\n", __func__, txq->txq_free);
1605 txq->txq_free += txfree;
1610 txq->txq_free - txfree, txq->txq_free);
1613 KASSERT(txq->txq_free
1621 txq->txq_free += txfree;
1724 txq->txq_free = txq->txq_last - txq->txq_first - 1;
1725 txq->txq_threshold = txq->txq_free / 2;