Searched refs:coalesced (Results 1 - 47 of 47) sorted by relevance

/linux-4.1.27/virt/kvm/
H A Dcoalesced_mmio.h5 * KVM coalesced MMIO
H A Dcoalesced_mmio.c2 * KVM coalesced MMIO
119 * We're using this spinlock to sync access to the coalesced ring. kvm_coalesced_mmio_init()
H A Dirqchip.c89 * = 0 Interrupt was coalesced (previous irq is still pending)
H A Dkvm_main.c2773 r += PAGE_SIZE; /* coalesced mmio ring page */ kvm_dev_ioctl()
/linux-4.1.27/include/trace/events/
H A Dkvm.h93 TP_PROTO(__u64 e, int pin, bool coalesced),
94 TP_ARGS(e, pin, coalesced),
99 __field( bool, coalesced )
105 __entry->coalesced = coalesced;
114 __entry->coalesced ? " (coalesced)" : "")
H A Dbcache.h286 TP_printk("coalesced %u nodes", __entry->nodes)
/linux-4.1.27/drivers/parisc/
H A Diommu-helpers.h4 * iommu_fill_pdir - Insert coalesced scatter/gather chunks into the I/O Pdir.
6 * @startsg: The scatter/gather list of coalesced chunks.
10 * This function inserts the coalesced scatter/gather list chunks into the
H A Dccio-dma.c905 int coalesced, filled = 0; ccio_map_sg() local
942 coalesced = iommu_coalesce_chunks(ioc, dev, sglist, nents, ccio_alloc_range); ccio_map_sg()
956 BUG_ON(coalesced != filled); ccio_map_sg()
H A Dsba_iommu.c939 int coalesced, filled = 0; sba_map_sg() local
976 coalesced = iommu_coalesce_chunks(ioc, dev, sglist, nents, sba_alloc_range); sba_map_sg()
/linux-4.1.27/arch/x86/kvm/
H A Dtrace.h361 TP_PROTO(__u8 chip, __u8 pin, __u8 elcr, __u8 imr, bool coalesced),
362 TP_ARGS(chip, pin, elcr, imr, coalesced),
369 __field( bool, coalesced )
377 __entry->coalesced = coalesced;
384 __entry->coalesced ? " (coalesced)" : "")
H A Dioapic.c168 return true; /* coalesced */ rtc_irq_check_coalesced()
191 * Return 0 for coalesced interrupts; for edge-triggered interrupts, ioapic_set_irq()
197 * if it has been already ack-ed via EOI because coalesced RTC ioapic_set_irq()
/linux-4.1.27/fs/nfs/blocklayout/
H A Dblocklayout.c792 * Return 0 if @req cannot be coalesced into @pgio, otherwise return the number
793 * of bytes (maximum @req->wb_bytes) that can be coalesced.
847 * Return 0 if @req cannot be coalesced into @pgio, otherwise return the number
848 * of bytes (maximum @req->wb_bytes) that can be coalesced.
/linux-4.1.27/fs/nfs/
H A Dpagelist.c486 * nfs_generic_pg_test - determine if requests can be coalesced
491 * Returns zero if @req can be coalesced into @desc, otherwise it returns
971 * Returns true if the request 'req' was successfully coalesced into the
1025 * Returns true if the request 'req' was successfully coalesced into the
H A Dpnfs.c1766 * Return 0 if @req cannot be coalesced into @pgio, otherwise return the number
1767 * of bytes (maximum @req->wb_bytes) that can be coalesced.
/linux-4.1.27/drivers/infiniband/hw/cxgb4/
H A Dt4.h438 /* This function copies 64 byte coalesced work request to memory
439 * mapped BAR2 space. For coalesced WRs, the SGE fetches data
/linux-4.1.27/fs/nfs/objlayout/
H A Dobjio_osd.c534 * Return 0 if @req cannot be coalesced into @pgio, otherwise return the number
535 * of bytes (maximum @req->wb_bytes) that can be coalesced.
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_vfpf.h214 * stats will be coalesced on
H A Dbnx2x_sriov.c1982 /* all stats are coalesced to the leading queue */ for_each_vfq()
/linux-4.1.27/fs/cifs/
H A Dsmb1ops.c336 cifs_dbg(FYI, "coalesced DataCount too large (%u)\n", coalesce_t2()
347 cifs_dbg(FYI, "coalesced BCC too large (%u)\n", byte_count); coalesce_t2()
356 cifs_dbg(FYI, "coalesced BCC exceeds buffer size (%u)\n", coalesce_t2()
/linux-4.1.27/drivers/scsi/
H A Dgdth.c2970 int coalesced = FALSE; __gdth_interrupt() local
3002 /* See if the fw is returning coalesced status */ __gdth_interrupt()
3007 coalesced = TRUE; __gdth_interrupt()
3012 if (coalesced) { __gdth_interrupt()
3013 /* For coalesced requests all status __gdth_interrupt()
3080 if (coalesced) __gdth_interrupt()
3090 if (coalesced) { __gdth_interrupt()
3116 /* Make sure that non coalesced interrupts get cleared __gdth_interrupt()
3118 if (!coalesced) __gdth_interrupt()
3187 if (coalesced) { __gdth_interrupt()
3205 if (ha->type == GDT_PCIMPR && coalesced) { __gdth_interrupt()
/linux-4.1.27/drivers/input/misc/
H A Dpowermate.c146 thus, several states are equivalent and are coalesced into one state. powermate_sync_state()
/linux-4.1.27/arch/ia64/hp/common/
H A Dsba_iommu.c1465 int coalesced, filled = 0; sba_map_sg_attrs() local
1514 coalesced = sba_coalesce_chunks(ioc, dev, sglist, nents);
1515 if (coalesced < 0) {
1540 ASSERT(coalesced == filled);
/linux-4.1.27/drivers/usb/musb/
H A Dmusb_gadget_ep0.c776 * In case when several interrupts can get coalesced, musb_g_ep0_irq()
791 * a zero-length packet in between) and so get coalesced... musb_g_ep0_irq()
/linux-4.1.27/fs/nfs/filelayout/
H A Dfilelayout.c842 * Return 0 if @req cannot be coalesced into @pgio, otherwise return the number
843 * of bytes (maximum @req->wb_bytes) that can be coalesced.
/linux-4.1.27/drivers/scsi/cxgbi/
H A Dlibcxgbi.h547 unsigned int skb_rx_extra; /* for msg coalesced mode */
H A Dlibcxgbi.c1862 /* coalesced, add header digest length */ skb_read_pdu_data()
1944 pr_err("coalesced bhs, csk 0x%p, skb 0x%p,%u, " cxgbi_conn_pdu_ready()
1954 pr_err("coalesced data, csk 0x%p, skb 0x%p,%u, " cxgbi_conn_pdu_ready()
/linux-4.1.27/arch/sh/mm/
H A Dpmb.c642 * are later coalesced. pmb_synchronize()
/linux-4.1.27/mm/
H A Dzbud.c21 * buddy is freed, the freed buddy space, coalesced with whatever slack space
/linux-4.1.27/block/
H A Dblk-settings.c350 * coalesced segment
/linux-4.1.27/drivers/vfio/
H A Dvfio_iommu_type1.c436 * vfio-iommu-type1 (v1) - User mappings were coalesced together to vfio_dma_do_unmap()
/linux-4.1.27/net/sunrpc/xprtrdma/
H A Drpc_rdma.c78 * elements. Segments are then coalesced when registered, if possible
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c907 /* This function copies 64 byte coalesced work request to
908 * memory mapped BAR2 space. For coalesced WR SGE fetches
/linux-4.1.27/drivers/net/ethernet/freescale/
H A Dfec_main.c2394 pr_err("Rx coalesced frames exceed hardware limiation"); fec_enet_set_coalesce()
2399 pr_err("Tx coalesced frame exceed hardware limiation"); fec_enet_set_coalesce()
/linux-4.1.27/drivers/net/wimax/i2400m/
H A Dtx.c47 * software FIFO, as data/control frames can be coalesced (while the
/linux-4.1.27/arch/powerpc/kvm/
H A Dmpic.c1788 * = 0 Interrupt was coalesced (previous irq is still pending)
/linux-4.1.27/drivers/infiniband/hw/qib/
H A Dqib_init.c1679 * coalesced (we hope); otherwise, even at order 4, qib_setup_eagerbufs()
/linux-4.1.27/include/uapi/linux/
H A Dethtool.h384 * should be coalesced until
/linux-4.1.27/arch/s390/kvm/
H A Dinterrupt.c2073 * = 0 - coalesced, summary indicator already active
/linux-4.1.27/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c904 * coalesced (we hope); otherwise, even at order 4, ipath_create_user_egr()
/linux-4.1.27/drivers/infiniband/ulp/srp/
H A Dib_srp.c1547 * entry, or DMA mapping coalesced everything to a srp_map_data()
/linux-4.1.27/sound/soc/
H A Dsoc-dapm.c1302 /* Apply the coalesced changes from a DAPM sequence */ dapm_seq_run_coalesced()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c2892 * b) Return coalesced response queue credits in case a response queue is
H A Dt3_hw.c2741 * @psh: whether a set PSH bit should deliver coalesced data
/linux-4.1.27/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c2230 * for HW to flush partially coalesced CQ entries. be_rx_cq_clean()
/linux-4.1.27/drivers/net/ethernet/sun/
H A Dcassini.c2165 * because packets get coalesced, we shouldn't run into fragment count
/linux-4.1.27/fs/ntfs/
H A Dlayout.h661 * can be coalesced. This means that one has to keep track of the number of
/linux-4.1.27/fs/jfs/
H A Djfs_imap.c2857 * coalesced into a new AG;

Completed in 1370 milliseconds