Home
last modified time | relevance | path

Searched refs:recycle (Results 1 – 25 of 29) sorted by relevance

12

/Linux-v5.10/drivers/staging/media/atomisp/pci/runtime/rmgr/src/
Drmgr_vbuf.c151 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()
/Linux-v5.10/Documentation/networking/
Dpage_pool.rst21 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
/Linux-v5.10/drivers/staging/media/atomisp/pci/runtime/rmgr/interface/
Dia_css_rmgr_vbuf.h38 u8 recycle; member
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_rx.c306 bool recycle) in mlx5e_page_release_dynamic() argument
308 if (likely(recycle)) { in mlx5e_page_release_dynamic()
323 bool recycle) in mlx5e_page_release() argument
332 mlx5e_page_release_dynamic(rq, dma_info, recycle); in mlx5e_page_release()
353 bool recycle) in mlx5e_put_rx_frag() argument
356 mlx5e_page_release(rq, frag->di, recycle); in mlx5e_put_rx_frag()
391 bool recycle) in mlx5e_free_rx_wqe() argument
396 mlx5e_put_rx_frag(rq, wi, recycle); in mlx5e_free_rx_wqe()
468 mlx5e_free_rx_mpwqe(struct mlx5e_rq *rq, struct mlx5e_mpw_info *wi, bool recycle) in mlx5e_free_rx_mpwqe() argument
483 mlx5e_page_release(rq, &dma_info[i], recycle); in mlx5e_free_rx_mpwqe()
/Linux-v5.10/drivers/staging/media/meson/vdec/
Dvdec.h135 void (*recycle)(struct amvdec_core *core, u32 buf_idx); member
Dcodec_mpeg12.c208 .recycle = codec_mpeg12_recycle,
Dcodec_h264.c482 .recycle = codec_h264_recycle,
Dvdec.c50 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()
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-bus-iio-counter-104-quad-821 normal, range limit, non-recycle, and modulo-n. The preset value
36 Non-recycle:
Dsysfs-bus-counter42 non-recycle:
/Linux-v5.10/drivers/media/platform/sti/delta/
Ddelta.h370 int (*recycle)(struct delta_ctx *ctx, struct delta_frame *frame); member
Ddelta-mjpeg-dec.c454 .recycle = delta_recycle_default,
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/en/
Dxdp.c369 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()
Dtxrx.h53 bool recycle);
/Linux-v5.10/drivers/atm/
Dnicstarmac.copyright35 * recycle large data buffers
/Linux-v5.10/drivers/net/wireless/ath/ath9k/
Dmci.c577 goto recycle; in ath_mci_intr()
590 recycle: in ath_mci_intr()
/Linux-v5.10/Documentation/userspace-api/media/mediactl/
Drequest-api.rst205 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.
/Linux-v5.10/Documentation/userspace-api/media/v4l/
Duserp.rst114 advance and recycle the most recently used buffers first. Of course,
/Linux-v5.10/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_core.h359 struct remote_event recycle; member
Dvchiq_core.c460 remote_event_poll(&state->recycle_event, &state->local->recycle); in remote_event_pollall()
1198 remote_event_signal(&state->remote->recycle); in release_slot()
1954 remote_event_wait(&state->recycle_event, &local->recycle); in recycle_func()
2202 remote_event_create(&state->recycle_event, &local->recycle); in vchiq_init_state()
/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb3/
Dsge.c805 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()
/Linux-v5.10/drivers/net/wan/
Dfsl_ucc_hdlc.c544 goto recycle; in hdlc_rx_done()
591 recycle: in hdlc_rx_done()
/Linux-v5.10/drivers/net/ethernet/ti/
Ddavinci_emac.c881 goto recycle; in emac_rx_handler()
899 recycle: in emac_rx_handler()
/Linux-v5.10/Documentation/crypto/
Dasync-tx-api.rst101 recycle (or free) the descriptor. A descriptor can be acked by one of the
/Linux-v5.10/Documentation/filesystems/
Dramfs-rootfs-initramfs.rst31 VM when it's looking to recycle memory.

12