Home
last modified time | relevance | path

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

/linux-6.12.1/include/trace/events/
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.12.1/tools/perf/Documentation/
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.12.1/arch/x86/kvm/
Dtrace.h485 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/
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.12.1/io_uring/
Drsrc.c963 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/
Datlantic.rst517 them as a single coalesced unit to the OS networking subsystem.
/linux-6.12.1/Documentation/virt/kvm/
Dvcpu-requests.rst237 then they may be coalesced. This is easily done by having the first IPI
Dapi.rst4933 :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/
Dnet.rst409 exits GRO, either as a coalesced superframe or as an original packet which
/linux-6.12.1/Documentation/filesystems/iomap/
Ddesign.rst239 coalesced into this single mapping.
/linux-6.12.1/Documentation/networking/
Dtls-offload.rst188 and non-decrypted segments do not get coalesced (e.g. by GRO or socket layer)
/linux-6.12.1/drivers/scsi/aic7xxx/
Daic79xx.reg4022 * The count of commands that have been coalesced.