Home
last modified time | relevance | path

Searched full:coalesced (Results 1 – 25 of 77) sorted by relevance

1234

/linux/tools/perf/pmu-events/arch/x86/amdzen4/
H A Dmemory.json46 …"BriefDescription": "L1 DTLB misses with L2 DTLB hits for coalesced pages. A coalesced page is a 1…
70 …sses with L2 DTLB misses (page-table walks are requested) for coalesced pages. A coalesced page is…
141 …both the L1 and L2 ITLBs (page-table walks are requested) for coalesced pages. A coalesced page is…
153 …tion": "Instruction fetches that hit in the L1 ITLB for 4k or coalesced pages. A coalesced page is…
/linux/include/linux/
H A Dblk-mq-dma.h27 * blk_rq_dma_map_coalesce - were all segments coalesced?
30 * Returns true if blk_rq_dma_map_iter_start coalesced all segments into a
/linux/drivers/parisc/
H A Diommu-helpers.h5 * iommu_fill_pdir - Insert coalesced scatter/gather chunks into the I/O Pdir.
7 * @startsg: The scatter/gather list of coalesced chunks.
11 * This function inserts the coalesced scatter/gather list chunks into the
/linux/virt/kvm/
H A Dcoalesced_mmio.c3 * KVM coalesced MMIO
106 * We're using this spinlock to sync access to the coalesced ring. in kvm_coalesced_mmio_init()
188 * perspective, the coalesced MMIO is most definitely unregistered. in kvm_vm_ioctl_unregister_coalesced_mmio()
H A Dcoalesced_mmio.h6 * KVM coalesced MMIO
H A Dirqchip.c67 * = 0 Interrupt was coalesced (previous irq is still pending)
/linux/tools/perf/Documentation/
H A Dperf-c2c.txt308 tid - coalesced by process TIDs
309 pid - coalesced by process PIDs
310 iaddr - coalesced by code address, following fields are displayed:
312 dso - coalesced by shared object
/linux/arch/x86/kvm/
H A Dtrace.h275 TP_PROTO(__u64 e, int pin, bool coalesced),
276 TP_ARGS(e, pin, coalesced),
281 __field( bool, coalesced )
287 __entry->coalesced = coalesced;
296 __entry->coalesced ? " (coalesced)" : "")
583 TP_PROTO(__u8 chip, __u8 pin, __u8 elcr, __u8 imr, bool coalesced),
584 TP_ARGS(chip, pin, elcr, imr, coalesced),
591 __field( bool, coalesced )
599 __entry->coalesced = coalesced;
606 __entry->coalesced ? " (coalesced)" : "")
H A Dioapic.c179 return true; /* coalesced */ in rtc_irq_check_coalesced()
233 * Return 0 for coalesced interrupts; for edge-triggered interrupts, in ioapic_set_irq()
239 * if it has been already ack-ed via EOI because coalesced RTC in ioapic_set_irq()
/linux/Documentation/netlink/specs/
H A Dnetdev.yaml442 Number of packets that were coalesced from smaller packets by the
443 device. Counts only packets coalesced with the HW-GRO netdevice
444 feature, LRO-coalesced packets are not counted.
453 Number of packets that were coalesced to bigger packetss with the
454 HW-GRO netdevice feature. LRO-coalesced packets are not counted.
/linux/tools/testing/selftests/kvm/
H A Dcoalesced_io_test.c166 * Verify ucall, which may use non-coalesced MMIO or PIO, generates an in test_coalesced_io()
176 /* Verify that non-coalesced MMIO/PIO generates an exit to userspace. */ in test_coalesced_io()
/linux/tools/perf/pmu-events/arch/x86/amdzen2/
H A Dmemory.json161 "BriefDescription": "L1 DTLB Miss. DTLB reload coalesced page miss.",
185 "BriefDescription": "L1 DTLB Miss. DTLB reload hit a coalesced page.",
/linux/arch/arc/kernel/
H A Dmcip.c113 * coalesced into one in mcip_ipi_send()
143 * possibly be coalesced by MCIP into 1 asserted IRQ, so @cpus can be in mcip_ipi_clear()
/linux/fs/nfs/blocklayout/
H A Dblocklayout.c872 * Return 0 if @req cannot be coalesced into @pgio, otherwise return the number
873 * of bytes (maximum @req->wb_bytes) that can be coalesced.
934 * Return 0 if @req cannot be coalesced into @pgio, otherwise return the number
935 * of bytes (maximum @req->wb_bytes) that can be coalesced.
/linux/tools/perf/pmu-events/arch/x86/amdzen3/
H A Dmemory.json222 "BriefDescription": "L1 DTLB Miss. DTLB reload coalesced page that also missed in the L2 TLB.",
246 "BriefDescription": "L1 DTLB Miss. DTLB reload to a coalesced page that hit in the L2 TLB.",
/linux/arch/x86/kernel/
H A Dirq.c397 /* Posted Interrupt Descriptors for coalesced MSIs to be posted */
438 * can be coalesced if the MSIs arrive in high frequency bursts.
/linux/drivers/gpu/drm/i915/
H A Di915_deps.c18 * the migration fence with the unbind fences if these are coalesced
/linux/tools/testing/selftests/net/
H A Dgro.c9 * packet coalesced: it can be smaller than the rest and coalesced
15 * be coalesced.
20 * that are padding differently would not be coalesced.
/linux/io_uring/
H A Drsrc.c788 bool coalesced = false; in io_sqe_buffer_register() local
809 coalesced = io_coalesce_buffer(&pages, &nr_pages, &data); in io_sqe_buffer_register()
830 if (coalesced) in io_sqe_buffer_register()
835 if (coalesced) in io_sqe_buffer_register()
/linux/drivers/infiniband/hw/cxgb4/
H A Dt4.h566 /* This function copies 64 byte coalesced work request to memory
567 * mapped BAR2 space. For coalesced WRs, the SGE fetches data
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_vfpf.h225 * stats will be coalesced on
/linux/include/net/
H A Dip6_route.h70 /* fib entries using a nexthop object can not be coalesced into
/linux/drivers/gpu/drm/xe/
H A Dxe_rtp.c274 * viewed as the "coalesced view" of multiple the tables. The bits for each
/linux/fs/smb/client/
H A Dsmb1ops.c341 cifs_dbg(FYI, "coalesced DataCount too large (%u)\n", in coalesce_t2()
352 cifs_dbg(FYI, "coalesced BCC too large (%u)\n", byte_count); in coalesce_t2()
361 cifs_dbg(FYI, "coalesced BCC exceeds buffer size (%u)\n", in coalesce_t2()
/linux/drivers/s390/cio/
H A Dvfio_ccw_cp.c125 * Requests to pin "aligned" pages can be coalesced into a single
128 * dealing with 2K "pages", and cannot be coalesced without

1234