Home
last modified time | relevance | path

Searched refs:coalesced (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/include/trace/events/
H A Dkvm.h99 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 Dperf-c2c.txt301 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 Dnetdev.yaml428 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 Dtrace.h503 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 Dccio-dma.c907 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 Drsrc.c783 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 Dvcpu-requests.rst237 then they may be coalesced. This is easily done by having the first IPI
H A Dapi.rst4943 :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 Datlantic.rst517 them as a single coalesced unit to the OS networking subsystem.
/linux-6.15/Documentation/filesystems/iomap/
H A Ddesign.rst239 coalesced into this single mapping.
/linux-6.15/Documentation/admin-guide/sysctl/
H A Dnet.rst409 exits GRO, either as a coalesced superframe or as an original packet which
/linux-6.15/Documentation/networking/
H A Dtls-offload.rst189 and non-decrypted segments do not get coalesced (e.g. by GRO or socket layer)
/linux-6.15/drivers/scsi/aic7xxx/
H A Daic79xx.reg4022 * The count of commands that have been coalesced.