Home
last modified time | relevance | path

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

12

/linux/drivers/staging/media/atomisp/pci/runtime/rmgr/src/
A Drmgr_vbuf.c47 .recycle = true,
138 if (pool->recycle && pool->size) { in ia_css_rmgr_init_vbuf()
204 assert(pool->recycle); in rmgr_push_handle()
231 assert(pool->recycle); in rmgr_pop_handle()
279 if (pool->recycle) { in ia_css_rmgr_acq_vbuf()
312 if (!pool->recycle) { in ia_css_rmgr_rel_vbuf()
/linux/drivers/net/ethernet/google/gve/
A Dgve_rx.c417 int recycle; in gve_rx_ctx_init() local
446 recycle = gve_rx_can_recycle_buffer(page_info); in gve_rx_ctx_init()
447 reuse_frags = reuse_frags && recycle > 0; in gve_rx_ctx_init()
448 buffer_error = buffer_error || unlikely(recycle < 0); in gve_rx_ctx_init()
507 int recycle = gve_rx_can_recycle_buffer(page_info); in gve_rx_skb() local
509 if (unlikely(recycle < 0)) { in gve_rx_skb()
513 page_info->can_flip = recycle; in gve_rx_skb()
675 int recycle = gve_rx_can_recycle_buffer(page_info); in gve_rx_refill_buffers() local
677 if (recycle < 0) { in gve_rx_refill_buffers()
682 if (!recycle) { in gve_rx_refill_buffers()
/linux/Documentation/networking/
A 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/drivers/staging/media/atomisp/pci/runtime/rmgr/interface/
A Dia_css_rmgr_vbuf.h38 u8 recycle; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Den_rx.c308 bool recycle) in mlx5e_page_release_dynamic() argument
310 if (likely(recycle)) { in mlx5e_page_release_dynamic()
325 bool recycle) in mlx5e_page_release() argument
334 mlx5e_page_release_dynamic(rq, dma_info, recycle); in mlx5e_page_release()
355 bool recycle) in mlx5e_put_rx_frag() argument
358 mlx5e_page_release(rq, frag->di, recycle); in mlx5e_put_rx_frag()
393 bool recycle) in mlx5e_free_rx_wqe() argument
398 mlx5e_put_rx_frag(rq, wi, recycle); in mlx5e_free_rx_wqe()
470 mlx5e_free_rx_mpwqe(struct mlx5e_rq *rq, struct mlx5e_mpw_info *wi, bool recycle) in mlx5e_free_rx_mpwqe() argument
485 mlx5e_page_release(rq, &dma_info[i], recycle); in mlx5e_free_rx_mpwqe()
/linux/drivers/staging/media/meson/vdec/
A Dvdec.h138 void (*recycle)(struct amvdec_core *core, u32 buf_idx); member
A Dcodec_mpeg12.c208 .recycle = codec_mpeg12_recycle,
A Dcodec_h264.c482 .recycle = codec_h264_recycle,
A 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/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dxdp.c369 bool recycle, in mlx5e_free_xdpsq_desc() argument
387 mlx5e_page_release_dynamic(xdpi.page.rq, &xdpi.page.di, recycle); in mlx5e_free_xdpsq_desc()
A Dtxrx.h63 bool recycle);
/linux/drivers/media/platform/sti/delta/
A Ddelta.h370 int (*recycle)(struct delta_ctx *ctx, struct delta_frame *frame); member
A Ddelta-mjpeg-dec.c454 .recycle = delta_recycle_default,
/linux/drivers/atm/
A Dnicstarmac.copyright35 * recycle large data buffers
/linux/drivers/net/wireless/ath/ath9k/
A Dmci.c577 goto recycle; in ath_mci_intr()
590 recycle: in ath_mci_intr()
/linux/Documentation/userspace-api/media/mediactl/
A 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/drivers/staging/vc04_services/interface/vchiq_arm/
A Dvchiq_core.h284 struct remote_event recycle; member
A Dvchiq_core.c552 remote_event_poll(&state->recycle_event, &state->local->recycle); in remote_event_pollall()
1274 remote_event_signal(&state->remote->recycle); in release_slot()
1995 remote_event_wait(&state->recycle_event, &local->recycle); in recycle_func()
2232 remote_event_create(&state->recycle_event, &local->recycle); in vchiq_init_state()
/linux/Documentation/userspace-api/media/v4l/
A Duserp.rst114 advance and recycle the most recently used buffers first. Of course,
/linux/drivers/net/ethernet/chelsio/cxgb3/
A Dsge.c804 recycle: in get_packet()
812 goto recycle; in get_packet()
863 recycle: in get_packet_pg()
871 goto recycle; in get_packet_pg()
881 goto recycle; in get_packet_pg()
/linux/drivers/net/wan/
A Dfsl_ucc_hdlc.c548 goto recycle; in hdlc_rx_done()
595 recycle: in hdlc_rx_done()
/linux/drivers/net/ethernet/ti/
A Ddavinci_emac.c901 goto recycle; in emac_rx_handler()
919 recycle: in emac_rx_handler()
/linux/Documentation/crypto/
A Dasync-tx-api.rst101 recycle (or free) the descriptor. A descriptor can be acked by one of the
/linux/Documentation/ABI/testing/
A Dsysfs-bus-counter42 non-recycle:
/linux/include/linux/
A Dskbuff.h3137 static inline void __skb_frag_unref(skb_frag_t *frag, bool recycle) in __skb_frag_unref() argument
3142 if (recycle && page_pool_return_skb_page(page)) in __skb_frag_unref()

Completed in 67 milliseconds

12