Searched refs:coalesced (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/include/trace/events/ |
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.12.1/tools/perf/Documentation/ |
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.12.1/arch/x86/kvm/ |
D | trace.h | 485 TP_PROTO(__u8 chip, __u8 pin, __u8 elcr, __u8 imr, bool coalesced), 486 TP_ARGS(chip, pin, elcr, imr, coalesced), 493 __field( bool, coalesced ) 501 __entry->coalesced = coalesced; 508 __entry->coalesced ? " (coalesced)" : "")
|
/linux-6.12.1/drivers/parisc/ |
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.12.1/io_uring/ |
D | rsrc.c | 963 bool coalesced; in io_sqe_buffer_register() local 979 coalesced = io_try_coalesce_buffer(&pages, &nr_pages, &data); in io_sqe_buffer_register() 997 if (coalesced) in io_sqe_buffer_register()
|
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/aquantia/ |
D | atlantic.rst | 517 them as a single coalesced unit to the OS networking subsystem.
|
/linux-6.12.1/Documentation/virt/kvm/ |
D | vcpu-requests.rst | 237 then they may be coalesced. This is easily done by having the first IPI
|
D | api.rst | 4933 :Capability: KVM_CAP_COALESCED_MMIO (for coalesced mmio) 4934 KVM_CAP_COALESCED_PIO (for coalesced pio) 4945 When a hardware register is configured for coalesced I/O, write accesses 4955 Coalesced pio is based on coalesced mmio. There is little difference 4956 between coalesced mmio and pio except that coalesced pio records accesses
|
/linux-6.12.1/Documentation/admin-guide/sysctl/ |
D | net.rst | 409 exits GRO, either as a coalesced superframe or as an original packet which
|
/linux-6.12.1/Documentation/filesystems/iomap/ |
D | design.rst | 239 coalesced into this single mapping.
|
/linux-6.12.1/Documentation/networking/ |
D | tls-offload.rst | 188 and non-decrypted segments do not get coalesced (e.g. by GRO or socket layer)
|
/linux-6.12.1/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 4022 * The count of commands that have been coalesced.
|