Lines Matching defs:reclaim
75 * Period of the Tx buffer reclaim timer. This timer does not need to run
179 * @q: the Tx queue to reclaim completed descriptors from
188 int reclaimed, reclaim = desc_reclaimable(q);
192 if (reclaim > 0) {
193 n = free_tx_desc(q, uimin(reclaim, nbufs), mvec);
194 reclaimed = uimin(reclaim, nbufs);
658 * best effort attempt to reclaim descriptors, in that we don't wait
1382 * reclaim_completed_tx_imm - reclaim completed control-queue Tx descs
1392 unsigned int reclaim = q->processed - q->cleaned;
1396 q->in_use -= reclaim;
1397 q->cleaned += reclaim;
1632 * @q: the Tx queue to reclaim descriptors from
1633 * @n: the number of descriptors to reclaim