Home
last modified time | relevance | path

Searched refs:batched (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/intel/i40e/
Di40e_xsk.c444 u32 batched, leftover, i; in i40e_fill_tx_hw_ring() local
446 batched = nb_pkts & ~(PKTS_PER_BATCH - 1); in i40e_fill_tx_hw_ring()
448 for (i = 0; i < batched; i += PKTS_PER_BATCH) in i40e_fill_tx_hw_ring()
450 for (i = batched; i < batched + leftover; i++) in i40e_fill_tx_hw_ring()
/Linux-v5.15/Documentation/networking/
Dcan_ucan_protocol.rst186 ``ucan_message_in`` values. If multiple messages are batched in a USB
256 ucan_message_out`` values. If multiple messages are batched into one
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-kernel-iommu_groups45 DMA-FQ As above, but using batched invalidation to lazily
Dsysfs-fs-f2fs79 Description: Controls the dirty page count condition for batched sequential
/Linux-v5.15/Documentation/filesystems/
Djournalling.rst78 journal. Since transactions can't be nested/batched across differing
/Linux-v5.15/Documentation/bpf/
Dringbuf.rst139 efficient batched notifications. Default self-balancing strategy, though,
/Linux-v5.15/Documentation/vm/
Dcleancache.rst190 * Why not make cleancache asynchronous and batched so it can more
Dfrontswap.rst239 and use "batched" hypercalls.
/Linux-v5.15/drivers/iommu/
DKconfig112 DMA-mapped pages, but with "lazy" batched TLB invalidation. This
/Linux-v5.15/Documentation/
Dmemory-barriers.txt2799 memory or I/O hardware that can do batched accesses of adjacent locations,