Home
last modified time | relevance | path

Searched defs:ring_sz (Results 1 – 6 of 6) sorted by relevance

/linux/tools/include/io_uring/
H A Dmini_liburing.h40 size_t ring_sz; member
51 size_t ring_sz; member
/linux/drivers/dma/
H A Dplx_dma.c410 size_t ring_sz = PLX_DMA_RING_COUNT * sizeof(*plxdev->hw_ring); in plx_dma_alloc_chan_resources() local
455 size_t ring_sz = PLX_DMA_RING_COUNT * sizeof(*plxdev->hw_ring); in plx_dma_free_chan_resources() local
/linux/drivers/net/ethernet/mscc/
H A Docelot_fdma.c46 static u16 ocelot_fdma_idx_next(u16 idx, u16 ring_sz) in ocelot_fdma_idx_next()
51 static u16 ocelot_fdma_idx_prev(u16 idx, u16 ring_sz) in ocelot_fdma_idx_prev()
/linux/drivers/dma/amd/qdma/
H A Dqdma.c499 u32 ring_sz = QDMA_DEFAULT_RING_SIZE; in qdma_device_setup() local
/linux/tools/testing/selftests/x86/
H A Dlam.c108 size_t ring_sz; member
[all...]
/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_execlists.c2798 int queue_sz, int ring_sz) in __live_preempt_ring()