/linux-4.1.27/virt/kvm/ |
H A D | coalesced_mmio.h | 5 * KVM coalesced MMIO
|
H A D | coalesced_mmio.c | 2 * KVM coalesced MMIO 119 * We're using this spinlock to sync access to the coalesced ring. kvm_coalesced_mmio_init()
|
H A D | irqchip.c | 89 * = 0 Interrupt was coalesced (previous irq is still pending)
|
H A D | kvm_main.c | 2773 r += PAGE_SIZE; /* coalesced mmio ring page */ kvm_dev_ioctl()
|
/linux-4.1.27/include/trace/events/ |
H A D | kvm.h | 93 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 D | bcache.h | 286 TP_printk("coalesced %u nodes", __entry->nodes)
|
/linux-4.1.27/drivers/parisc/ |
H A D | iommu-helpers.h | 4 * 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 D | ccio-dma.c | 905 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 D | sba_iommu.c | 939 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 D | trace.h | 361 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 D | ioapic.c | 168 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 D | blocklayout.c | 792 * 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 D | pagelist.c | 486 * 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 D | pnfs.c | 1766 * 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 D | t4.h | 438 /* 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 D | objio_osd.c | 534 * 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 D | bnx2x_vfpf.h | 214 * stats will be coalesced on
|
H A D | bnx2x_sriov.c | 1982 /* all stats are coalesced to the leading queue */ for_each_vfq()
|
/linux-4.1.27/fs/cifs/ |
H A D | smb1ops.c | 336 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 D | gdth.c | 2970 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 D | powermate.c | 146 thus, several states are equivalent and are coalesced into one state. powermate_sync_state()
|
/linux-4.1.27/arch/ia64/hp/common/ |
H A D | sba_iommu.c | 1465 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 D | musb_gadget_ep0.c | 776 * 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 D | filelayout.c | 842 * 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 D | libcxgbi.h | 547 unsigned int skb_rx_extra; /* for msg coalesced mode */
|
H A D | libcxgbi.c | 1862 /* 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 D | pmb.c | 642 * are later coalesced. pmb_synchronize()
|
/linux-4.1.27/mm/ |
H A D | zbud.c | 21 * buddy is freed, the freed buddy space, coalesced with whatever slack space
|
/linux-4.1.27/block/ |
H A D | blk-settings.c | 350 * coalesced segment
|
/linux-4.1.27/drivers/vfio/ |
H A D | vfio_iommu_type1.c | 436 * vfio-iommu-type1 (v1) - User mappings were coalesced together to vfio_dma_do_unmap()
|
/linux-4.1.27/net/sunrpc/xprtrdma/ |
H A D | rpc_rdma.c | 78 * elements. Segments are then coalesced when registered, if possible
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | sge.c | 907 /* 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 D | fec_main.c | 2394 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 D | tx.c | 47 * software FIFO, as data/control frames can be coalesced (while the
|
/linux-4.1.27/arch/powerpc/kvm/ |
H A D | mpic.c | 1788 * = 0 Interrupt was coalesced (previous irq is still pending)
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
H A D | qib_init.c | 1679 * coalesced (we hope); otherwise, even at order 4, qib_setup_eagerbufs()
|
/linux-4.1.27/include/uapi/linux/ |
H A D | ethtool.h | 384 * should be coalesced until
|
/linux-4.1.27/arch/s390/kvm/ |
H A D | interrupt.c | 2073 * = 0 - coalesced, summary indicator already active
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
H A D | ipath_file_ops.c | 904 * coalesced (we hope); otherwise, even at order 4, ipath_create_user_egr()
|
/linux-4.1.27/drivers/infiniband/ulp/srp/ |
H A D | ib_srp.c | 1547 * entry, or DMA mapping coalesced everything to a srp_map_data()
|
/linux-4.1.27/sound/soc/ |
H A D | soc-dapm.c | 1302 /* Apply the coalesced changes from a DAPM sequence */ dapm_seq_run_coalesced()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | sge.c | 2892 * b) Return coalesced response queue credits in case a response queue is
|
H A D | t3_hw.c | 2741 * @psh: whether a set PSH bit should deliver coalesced data
|
/linux-4.1.27/drivers/net/ethernet/emulex/benet/ |
H A D | be_main.c | 2230 * for HW to flush partially coalesced CQ entries. be_rx_cq_clean()
|
/linux-4.1.27/drivers/net/ethernet/sun/ |
H A D | cassini.c | 2165 * because packets get coalesced, we shouldn't run into fragment count
|
/linux-4.1.27/fs/ntfs/ |
H A D | layout.h | 661 * can be coalesced. This means that one has to keep track of the number of
|
/linux-4.1.27/fs/jfs/ |
H A D | jfs_imap.c | 2857 * coalesced into a new AG;
|