Searched refs:coalesced (Results 1 – 13 of 13) sorted by relevance
| /linux-6.15/include/trace/events/ |
| H A D | kvm.h | 99 TP_PROTO(__u64 e, int pin, bool coalesced), 100 TP_ARGS(e, pin, coalesced), 105 __field( bool, coalesced ) 111 __entry->coalesced = coalesced; 120 __entry->coalesced ? " (coalesced)" : "")
|
| /linux-6.15/tools/perf/Documentation/ |
| H A D | perf-c2c.txt | 301 tid - coalesced by process TIDs 302 pid - coalesced by process PIDs 303 iaddr - coalesced by code address, following fields are displayed: 305 dso - coalesced by shared object
|
| /linux-6.15/Documentation/netlink/specs/ |
| H A D | netdev.yaml | 428 Number of packets that were coalesced from smaller packets by the device. 429 Counts only packets coalesced with the HW-GRO netdevice feature, 430 LRO-coalesced packets are not counted. 439 Number of packets that were coalesced to bigger packetss with the HW-GRO 440 netdevice feature. LRO-coalesced packets are not counted.
|
| /linux-6.15/arch/x86/kvm/ |
| H A D | trace.h | 503 TP_PROTO(__u8 chip, __u8 pin, __u8 elcr, __u8 imr, bool coalesced), 504 TP_ARGS(chip, pin, elcr, imr, coalesced), 511 __field( bool, coalesced ) 519 __entry->coalesced = coalesced; 526 __entry->coalesced ? " (coalesced)" : "")
|
| /linux-6.15/drivers/parisc/ |
| H A D | ccio-dma.c | 907 int coalesced, filled = 0; in ccio_map_sg() local 946 coalesced = iommu_coalesce_chunks(ioc, dev, sglist, nents, ccio_alloc_range); in ccio_map_sg() 960 BUG_ON(coalesced != filled); in ccio_map_sg()
|
| /linux-6.15/io_uring/ |
| H A D | rsrc.c | 783 bool coalesced = false; in io_sqe_buffer_register() local 804 coalesced = io_coalesce_buffer(&pages, &nr_pages, &data); in io_sqe_buffer_register() 827 if (coalesced) in io_sqe_buffer_register()
|
| /linux-6.15/Documentation/virt/kvm/ |
| H A D | vcpu-requests.rst | 237 then they may be coalesced. This is easily done by having the first IPI
|
| H A D | api.rst | 4943 :Capability: KVM_CAP_COALESCED_MMIO (for coalesced mmio) 4944 KVM_CAP_COALESCED_PIO (for coalesced pio) 4955 When a hardware register is configured for coalesced I/O, write accesses 4965 Coalesced pio is based on coalesced mmio. There is little difference 4966 between coalesced mmio and pio except that coalesced pio records accesses
|
| /linux-6.15/Documentation/networking/device_drivers/ethernet/aquantia/ |
| H A D | atlantic.rst | 517 them as a single coalesced unit to the OS networking subsystem.
|
| /linux-6.15/Documentation/filesystems/iomap/ |
| H A D | design.rst | 239 coalesced into this single mapping.
|
| /linux-6.15/Documentation/admin-guide/sysctl/ |
| H A D | net.rst | 409 exits GRO, either as a coalesced superframe or as an original packet which
|
| /linux-6.15/Documentation/networking/ |
| H A D | tls-offload.rst | 189 and non-decrypted segments do not get coalesced (e.g. by GRO or socket layer)
|
| /linux-6.15/drivers/scsi/aic7xxx/ |
| H A D | aic79xx.reg | 4022 * The count of commands that have been coalesced.
|