| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/rmgr/src/ |
| H A D | rmgr_vbuf.c | 151 if (pool->recycle && pool->size) { in ia_css_rmgr_init_vbuf() 219 assert(pool->recycle); in rmgr_push_handle() 246 assert(pool->recycle); in rmgr_pop_handle() 293 if (pool->recycle) { in ia_css_rmgr_acq_vbuf() 325 if (!pool->recycle) { in ia_css_rmgr_rel_vbuf()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | page_pool.rst | 21 will either recycle the page, or in case of refcnt > 1, it will 79 the allocator owns the page and will try to recycle it in one of the pool 87 must guarantee safe context (e.g NAPI), since it will recycle the page
|
| /OK3568_Linux_fs/buildroot/package/screen/ |
| H A D | 0008_CVE-2021-26937.patch | 50 /* full, recycle old entry */ 58 /* completely full, can't recycle */
|
| /OK3568_Linux_fs/buildroot/package/python-web2py/ |
| H A D | web2py.service | 7 ExecStart=/var/www/web2py/web2py.py --nogui -a '<recycle>' -i 0.0.0.0 -p 8000
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/rmgr/interface/ |
| H A D | ia_css_rmgr_vbuf.h | 38 u8 recycle; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_rx.c | 307 bool recycle) in mlx5e_page_release_dynamic() argument 309 if (likely(recycle)) { in mlx5e_page_release_dynamic() 324 bool recycle) in mlx5e_page_release() argument 333 mlx5e_page_release_dynamic(rq, dma_info, recycle); in mlx5e_page_release() 354 bool recycle) in mlx5e_put_rx_frag() argument 357 mlx5e_page_release(rq, frag->di, recycle); in mlx5e_put_rx_frag() 392 bool recycle) in mlx5e_free_rx_wqe() argument 397 mlx5e_put_rx_frag(rq, wi, recycle); in mlx5e_free_rx_wqe() 469 mlx5e_free_rx_mpwqe(struct mlx5e_rq *rq, struct mlx5e_mpw_info *wi, bool recycle) in mlx5e_free_rx_mpwqe() argument 484 mlx5e_page_release(rq, &dma_info[i], recycle); in mlx5e_free_rx_mpwqe()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-counter-104-quad-8 | 21 normal, range limit, non-recycle, and modulo-n. The preset value 36 Non-recycle:
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/meson/vdec/ |
| H A D | vdec.h | 135 void (*recycle)(struct amvdec_core *core, u32 buf_idx); member
|
| H A D | codec_mpeg12.c | 208 .recycle = codec_mpeg12_recycle,
|
| H A D | codec_h264.c | 482 .recycle = codec_h264_recycle,
|
| H A D | vdec.c | 50 return codec_ops->can_recycle && codec_ops->recycle; in vdec_codec_needs_recycle() 66 codec_ops->recycle(core, tmp->vb->index); in vdec_recycle_thread()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | xdp.c | 369 bool recycle) in mlx5e_free_xdpsq_desc() argument 386 mlx5e_page_release_dynamic(xdpi.page.rq, &xdpi.page.di, recycle); in mlx5e_free_xdpsq_desc()
|
| H A D | txrx.h | 53 bool recycle);
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/sti/delta/ |
| H A D | delta.h | 370 int (*recycle)(struct delta_ctx *ctx, struct delta_frame *frame); member
|
| H A D | delta-mjpeg-dec.c | 454 .recycle = delta_recycle_default,
|
| /OK3568_Linux_fs/kernel/drivers/atm/ |
| H A D | nicstarmac.copyright | 35 * recycle large data buffers
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/ |
| H A D | mci.c | 577 goto recycle; in ath_mci_intr() 590 recycle: in ath_mci_intr()
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/mediactl/ |
| H A D | request-api.rst | 205 Once we don't need the request anymore, we can either recycle it for reuse with 253 controls and recycle the request as in the M2M example above.
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hci/ |
| H A D | phl_trx_pcie.c | 212 u8 recycle = false; in _phl_check_recycle() local 217 recycle = true; in _phl_check_recycle() 219 recycle = true; in _phl_check_recycle() 221 recycle = false; in _phl_check_recycle() 225 recycle = true; in _phl_check_recycle() 227 recycle = false; in _phl_check_recycle() 229 recycle = true; in _phl_check_recycle() 232 return recycle; in _phl_check_recycle()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hci/ |
| H A D | phl_trx_sdio.c | 311 goto recycle; in _phl_prepare_tx_sdio() 322 goto recycle; in _phl_prepare_tx_sdio() 346 recycle: in _phl_prepare_tx_sdio()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_cmd_dispatcher.c | 1159 goto recycle;\ 1189 goto recycle; in msg_dispatch() 1200 goto recycle; in msg_dispatch() 1204 goto recycle; in msg_dispatch() 1215 recycle: in msg_dispatch()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_cmd_dispatcher.c | 1160 goto recycle;\ 1190 goto recycle; in msg_dispatch() 1201 goto recycle; in msg_dispatch() 1205 goto recycle; in msg_dispatch() 1216 recycle: in msg_dispatch()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | sge.c | 805 recycle: in get_packet() 813 goto recycle; in get_packet() 865 recycle: in get_packet_pg() 873 goto recycle; in get_packet_pg() 883 goto recycle; in get_packet_pg()
|
| /OK3568_Linux_fs/kernel/drivers/staging/vc04_services/interface/vchiq_arm/ |
| H A D | vchiq_core.h | 359 struct remote_event recycle; member
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | userp.rst | 114 advance and recycle the most recently used buffers first. Of course,
|