Lines Matching defs:buffers
60 * For packet forwarding, the packet buffers are typically allocated from the
76 * packet buffers when, it is required that the buffer pool memory fits into the
89 /* This buffer pool implementation organizes the buffers into equally sized
111 u64 *buffers;
173 bp->buffers = (u64 *)&p[sizeof(struct bpool) +
183 bp->slabs[i] = &bp->buffers[i * params->n_buffers_per_slab];
192 bp->buffers[i] = i * params->buffer_size;
299 * existing buffers from the cache back to the pool is ignored.
315 * buffers are allocated at init time (e.g. for the UMEM fill queue setup).
328 * look for more buffers from the pool when the ask can only be
461 /* To keep this example simple, the code to free the buffers from the
531 /* Free buffers for FQ replenish. */
772 "-b SIZE Number of buffers in the buffer pool shared\n"