Searched refs:coalesced (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.6/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-v6.6/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-v6.6/arch/x86/kvm/ |
D | trace.h | 482 TP_PROTO(__u8 chip, __u8 pin, __u8 elcr, __u8 imr, bool coalesced), 483 TP_ARGS(chip, pin, elcr, imr, coalesced), 490 __field( bool, coalesced ) 498 __entry->coalesced = coalesced; 505 __entry->coalesced ? " (coalesced)" : "")
|
/Linux-v6.6/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-v6.6/arch/ia64/hp/common/ |
D | sba_iommu.c | 1442 int coalesced, filled = 0; in sba_map_sg_attrs() local 1494 coalesced = sba_coalesce_chunks(ioc, dev, sglist, nents); in sba_map_sg_attrs() 1495 if (coalesced < 0) { in sba_map_sg_attrs() 1520 ASSERT(coalesced == filled); in sba_map_sg_attrs()
|
/Linux-v6.6/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 | 4848 :Capability: KVM_CAP_COALESCED_MMIO (for coalesced mmio) 4849 KVM_CAP_COALESCED_PIO (for coalesced pio) 4860 When a hardware register is configured for coalesced I/O, write accesses 4870 Coalesced pio is based on coalesced mmio. There is little difference 4871 between coalesced mmio and pio except that coalesced pio records accesses
|
/Linux-v6.6/Documentation/networking/device_drivers/ethernet/aquantia/ |
D | atlantic.rst | 517 them as a single coalesced unit to the OS networking subsystem.
|
/Linux-v6.6/Documentation/admin-guide/sysctl/ |
D | net.rst | 399 exits GRO, either as a coalesced superframe or as an original packet which
|
/Linux-v6.6/Documentation/networking/ |
D | tls-offload.rst | 188 and non-decrypted segments do not get coalesced (e.g. by GRO or socket layer)
|
/Linux-v6.6/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 4022 * The count of commands that have been coalesced.
|