Searched refs:batched (Results 1 – 15 of 15) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/intel/i40e/ |
A D | i40e_xsk.c | 510 u32 batched, leftover, i; in i40e_fill_tx_hw_ring() local 512 batched = nb_pkts & ~(PKTS_PER_BATCH - 1); in i40e_fill_tx_hw_ring() 514 for (i = 0; i < batched; i += PKTS_PER_BATCH) in i40e_fill_tx_hw_ring() 516 for (i = batched; i < batched + leftover; i++) in i40e_fill_tx_hw_ring()
|
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/ |
A D | ice_xsk.c | 947 u32 batched, leftover, i; in ice_fill_tx_hw_ring() local 949 batched = ALIGN_DOWN(nb_pkts, PKTS_PER_BATCH); in ice_fill_tx_hw_ring() 951 for (i = 0; i < batched; i += PKTS_PER_BATCH) in ice_fill_tx_hw_ring() 953 for (; i < batched + leftover; i++) in ice_fill_tx_hw_ring()
|
/linux-6.3-rc2/Documentation/translations/zh_CN/mm/ |
A D | frontswap.rst | 166 KVM的客户方实现可以进行客户内压缩,并使用 “batched” hypercalls。
|
/linux-6.3-rc2/Documentation/networking/ |
A D | can_ucan_protocol.rst | 186 ``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-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-kernel-iommu_groups | 45 DMA-FQ As above, but using batched invalidation to lazily
|
A D | sysfs-fs-f2fs | 87 Description: Controls the dirty page count condition for batched sequential
|
/linux-6.3-rc2/Documentation/bpf/ |
A D | map_hash.rst | 128 undesirable. It is recommended to use batched lookup if there is going
|
A D | ringbuf.rst | 139 efficient batched notifications. Default self-balancing strategy, though,
|
/linux-6.3-rc2/Documentation/mm/ |
A D | arch_pgtable_helpers.rst | 71 | ptep_get_and_clear_full | Clears and returns PTE (batched PTE unmap) |
|
A D | frontswap.rst | 223 and use "batched" hypercalls.
|
/linux-6.3-rc2/Documentation/filesystems/ |
A D | journalling.rst | 78 journal. Since transactions can't be nested/batched across differing
|
/linux-6.3-rc2/include/linux/ |
A D | mmzone.h | 482 int batched; member
|
/linux-6.3-rc2/mm/ |
A D | vmscan.c | 3766 walk->batched++; in update_batch_size() 3777 walk->batched = 0; in reset_batch_size() 4199 if (need_resched() || walk->batched >= MAX_LRU_BATCH) { in walk_pud_range() 4246 if (walk->batched) { in walk_mm() 5158 if (walk && walk->batched) in evict_folios()
|
/linux-6.3-rc2/drivers/iommu/ |
A D | Kconfig | 125 DMA-mapped pages, but with "lazy" batched TLB invalidation. This
|
/linux-6.3-rc2/Documentation/ |
A D | memory-barriers.txt | 2821 memory or I/O hardware that can do batched accesses of adjacent locations,
|
Completed in 35 milliseconds