Home
last modified time | relevance | path

Searched full:recycling (Results 1 – 25 of 49) sorted by relevance

12

/linux/tools/testing/selftests/net/bench/page_pool/
H A Dbench_page_pool_simple.c172 /* Fast-path recycling e.g. XDP_DROP use-case */ in time_bench_page_pool()
183 get_page(page); /* cause no-recycling */ in time_bench_page_pool()
/linux/net/core/
H A Dpage_pool.c819 /* Only allow direct recycling in special circumstances, into the
874 /* Page found as candidate for recycling */ in __page_pool_put_page()
882 * recycling. Support this use case too, to ease drivers in __page_pool_put_page()
1034 /* Approved for bulk recycling in ptr_ring cache */ in page_pool_put_netmem_bulk()
1267 * Associate a page pool with a NAPI instance for lockless page recycling.
1275 * Single page_pool_disable_direct_recycling() will disable recycling,
1293 /* Disable direct recycling based on pool->cpuid. in page_pool_disable_direct_recycling()
H A Dxdp.c430 * is used for those calls sites. Thus, allowing for faster recycling
733 * Buffers are allocated from the system percpu pools to try recycling them.
/linux/include/net/page_pool/
H A Dtypes.h129 * struct page_pool_recycle_stats - recycling (freeing) statistics
130 * @cached: recycling placed page in the page pool cache
/linux/drivers/staging/media/ipu3/
H A Dipu3-css-pool.c59 * Allocate a new parameter via recycling the oldest entry in the pool.
/linux/tools/include/linux/
H A Dslab.h98 * guard against object recycling (See &SLAB_TYPESAFE_BY_RCU for
/linux/tools/testing/selftests/pidfd/
H A Dpidfd.h209 * So we need to use a pid > 300 in order to test recycling.
/linux/drivers/net/ethernet/intel/libeth/
H A Drx.c220 * To be used on exceptions or rare cases not requiring fast inline recycling.
/linux/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_queues.c142 /* Take additional page references for recycling */ in nicvf_alloc_page()
145 * page recycling) per 8 Rx queues, in XDP mode adjusting in nicvf_alloc_page()
157 * receive buffers, so cost of recycling is less anyway. in nicvf_alloc_page()
275 /* Initialize page recycling stuff. in nicvf_init_rbdr()
359 /* Release additional page references held for recycling */ in nicvf_free_rbdr()
H A Dnicvf_queues.h232 /* For page recycling */
/linux/Documentation/userspace-api/media/mediactl/
H A Drequest-api.rst115 Recycling and Destruction
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dadapter.h138 unsigned int rx_recycle_buf; /* whether recycling occurred
/linux/drivers/dma/
H A Dnbpfaxi.c1135 bool found = false, must_put, recycling = false; in nbpf_chan_tasklet() local
1152 recycling = true; in nbpf_chan_tasklet()
1157 if (recycling) in nbpf_chan_tasklet()
/linux/Documentation/networking/device_drivers/ethernet/altera/
H A Daltera_tse.rst86 completion in the context of the interrupt handling chain by recycling
/linux/net/
H A DKconfig500 Enable page pool statistics to track page allocation and recycling
/linux/drivers/media/platform/st/sti/delta/
H A Ddelta.h415 * state and manage frame recycling
/linux/drivers/usb/musb/
H A Dtusb6010_omap.c259 /* Since we're recycling dma areas, we need to clean or invalidate */ in tusb_omap_dma_program()
/linux/drivers/net/ethernet/mscc/
H A Docelot_fdma.c7 * Page recycling code is mostly taken from gianfar driver.
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c1616 /* queue up for recycling/reuse */ in mlx5e_skb_from_cqe_linear()
2137 /* queue up for recycling/reuse */ in mlx5e_skb_from_cqe_mpwrq_linear()
2168 /* queue up for recycling/reuse */ in mlx5e_skb_from_cqe_shampo()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_tx.c260 /* Recycling pool API */
/linux/tools/testing/selftests/bpf/
H A Dtest_lru_map.c249 * Insert more, enough to trigger recycling.
/linux/drivers/infiniband/ulp/iser/
H A Discsi_iser.c274 * The recycling scheme is based on whether a response is expected in iscsi_iser_mtask_xmit()
/linux/net/ipv4/
H A Dtcp_minisocks.c92 * NOTE. With recycling (and later with fin-wait-2) TW bucket
/linux/drivers/usb/host/
H A Dehci-sched.c1814 * Note that we carefully avoid recycling this descriptor until after any
2208 * Note that we carefully avoid recycling this descriptor until after any
/linux/drivers/mtd/
H A Dftl.c627 pr_debug("ftl_cs: recycling freshest block...\n"); in reclaim_block()

12