Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/intel/i40e/
Di40e_xsk.c456 u32 batched, leftover, i; in i40e_fill_tx_hw_ring() local
458 batched = nb_pkts & ~(PKTS_PER_BATCH - 1); in i40e_fill_tx_hw_ring()
460 for (i = 0; i < batched; i += PKTS_PER_BATCH) in i40e_fill_tx_hw_ring()
462 for (i = batched; i < batched + leftover; i++) in i40e_fill_tx_hw_ring()
/linux-5.19.10/drivers/net/ethernet/intel/ice/
Dice_xsk.c537 u16 batched, leftover, i, tail_bumps; in ice_alloc_rx_bufs_zc() local
539 batched = ALIGN_DOWN(count, rx_thresh); in ice_alloc_rx_bufs_zc()
540 tail_bumps = batched / rx_thresh; in ice_alloc_rx_bufs_zc()
928 u32 batched, leftover, i; in ice_fill_tx_hw_ring() local
930 batched = ALIGN_DOWN(nb_pkts, PKTS_PER_BATCH); in ice_fill_tx_hw_ring()
932 for (i = 0; i < batched; i += PKTS_PER_BATCH) in ice_fill_tx_hw_ring()
934 for (; i < batched + leftover; i++) in ice_fill_tx_hw_ring()
/linux-5.19.10/Documentation/translations/zh_CN/vm/
Dfrontswap.rst166 KVM的客户方实现可以进行客户内压缩,并使用 “batched” hypercalls。
/linux-5.19.10/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-5.19.10/Documentation/ABI/testing/
Dsysfs-kernel-iommu_groups45 DMA-FQ As above, but using batched invalidation to lazily
Dsysfs-fs-f2fs80 Description: Controls the dirty page count condition for batched sequential
/linux-5.19.10/Documentation/vm/
Darch_pgtable_helpers.rst73 | ptep_get_and_clear_full | Clears and returns PTE (batched PTE unmap) |
Dfrontswap.rst225 and use "batched" hypercalls.
/linux-5.19.10/Documentation/filesystems/
Djournalling.rst78 journal. Since transactions can't be nested/batched across differing
/linux-5.19.10/Documentation/bpf/
Dringbuf.rst139 efficient batched notifications. Default self-balancing strategy, though,
/linux-5.19.10/drivers/iommu/
DKconfig112 DMA-mapped pages, but with "lazy" batched TLB invalidation. This
/linux-5.19.10/Documentation/
Dmemory-barriers.txt2807 memory or I/O hardware that can do batched accesses of adjacent locations,