Home
last modified time | relevance | path

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

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