Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/intel/i40e/
Di40e_xsk.c581 u32 batched, leftover, i; in i40e_fill_tx_hw_ring() local
583 batched = nb_pkts & ~(PKTS_PER_BATCH - 1); in i40e_fill_tx_hw_ring()
585 for (i = 0; i < batched; i += PKTS_PER_BATCH) in i40e_fill_tx_hw_ring()
587 for (i = batched; i < batched + leftover; i++) in i40e_fill_tx_hw_ring()
/linux-6.6.21/drivers/net/ethernet/intel/ice/
Dice_xsk.c1046 u32 batched, leftover, i; in ice_fill_tx_hw_ring() local
1048 batched = ALIGN_DOWN(nb_pkts, PKTS_PER_BATCH); in ice_fill_tx_hw_ring()
1050 for (i = 0; i < batched; i += PKTS_PER_BATCH) in ice_fill_tx_hw_ring()
1052 for (; i < batched + leftover; i++) in ice_fill_tx_hw_ring()
/linux-6.6.21/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
Daf_xdp.rst748 Zero-copy drivers usually use the batched APIs for Rx and Tx
/linux-6.6.21/Documentation/ABI/testing/
Dsysfs-kernel-iommu_groups45 DMA-FQ As above, but using batched invalidation to lazily
Dsysfs-fs-f2fs87 Description: Controls the dirty page count condition for batched sequential
/linux-6.6.21/Documentation/mm/
Darch_pgtable_helpers.rst75 | ptep_get_and_clear_full | Clears and returns PTE (batched PTE unmap) |
/linux-6.6.21/Documentation/bpf/
Dmap_hash.rst138 undesirable. It is recommended to use batched lookup if there is going
Dringbuf.rst139 efficient batched notifications. Default self-balancing strategy, though,
/linux-6.6.21/Documentation/filesystems/
Djournalling.rst78 journal. Since transactions can't be nested/batched across differing
/linux-6.6.21/include/linux/
Dmmzone.h486 int batched; member
/linux-6.6.21/mm/
Dvmscan.c3835 walk->batched++; in update_batch_size()
3846 walk->batched = 0; in reset_batch_size()
4263 if (need_resched() || walk->batched >= MAX_LRU_BATCH) { in walk_pud_range()
4317 if (walk->batched) { in walk_mm()
5237 if (walk && walk->batched) in evict_folios()
/linux-6.6.21/drivers/iommu/
DKconfig121 DMA-mapped pages, but with "lazy" batched TLB invalidation. This
/linux-6.6.21/Documentation/
Dmemory-barriers.txt2821 memory or I/O hardware that can do batched accesses of adjacent locations,