/linux/tools/perf/pmu-events/arch/x86/amdzen4/ |
H A D | memory.json | 46 …"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 D | blk-mq-dma.h | 27 * 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 D | iommu-helpers.h | 5 * 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 D | coalesced_mmio.c | 3 * 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 D | coalesced_mmio.h | 6 * KVM coalesced MMIO
|
H A D | irqchip.c | 67 * = 0 Interrupt was coalesced (previous irq is still pending)
|
/linux/tools/perf/Documentation/ |
H A D | perf-c2c.txt | 308 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 D | trace.h | 275 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 D | ioapic.c | 179 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 D | netdev.yaml | 442 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 D | coalesced_io_test.c | 166 * 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 D | memory.json | 161 "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 D | mcip.c | 113 * 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 D | blocklayout.c | 872 * 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 D | memory.json | 222 "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 D | irq.c | 397 /* 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 D | i915_deps.c | 18 * the migration fence with the unbind fences if these are coalesced
|
/linux/tools/testing/selftests/net/ |
H A D | gro.c | 9 * 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 D | rsrc.c | 788 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 D | t4.h | 566 /* 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 D | bnx2x_vfpf.h | 225 * stats will be coalesced on
|
/linux/include/net/ |
H A D | ip6_route.h | 70 /* fib entries using a nexthop object can not be coalesced into
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_rtp.c | 274 * viewed as the "coalesced view" of multiple the tables. The bits for each
|
/linux/fs/smb/client/ |
H A D | smb1ops.c | 341 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 D | vfio_ccw_cp.c | 125 * Requests to pin "aligned" pages can be coalesced into a single 128 * dealing with 2K "pages", and cannot be coalesced without
|