Searched refs:coalesced (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/include/trace/events/ |
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)" : "")
|
/linux-4.4.14/arch/x86/kvm/ |
D | trace.h | 379 TP_PROTO(__u8 chip, __u8 pin, __u8 elcr, __u8 imr, bool coalesced), 380 TP_ARGS(chip, pin, elcr, imr, coalesced), 387 __field( bool, coalesced ) 395 __entry->coalesced = coalesced; 402 __entry->coalesced ? " (coalesced)" : "")
|
/linux-4.4.14/drivers/parisc/ |
D | ccio-dma.c | 903 int coalesced, filled = 0; in ccio_map_sg() local 940 coalesced = iommu_coalesce_chunks(ioc, dev, sglist, nents, ccio_alloc_range); in ccio_map_sg() 954 BUG_ON(coalesced != filled); in ccio_map_sg()
|
D | sba_iommu.c | 939 int coalesced, filled = 0; in sba_map_sg() local 976 coalesced = iommu_coalesce_chunks(ioc, dev, sglist, nents, sba_alloc_range); in sba_map_sg()
|
/linux-4.4.14/arch/ia64/hp/common/ |
D | sba_iommu.c | 1461 int coalesced, filled = 0; in sba_map_sg_attrs() local 1510 coalesced = sba_coalesce_chunks(ioc, dev, sglist, nents); in sba_map_sg_attrs() 1511 if (coalesced < 0) { in sba_map_sg_attrs() 1536 ASSERT(coalesced == filled); in sba_map_sg_attrs()
|
/linux-4.4.14/Documentation/mn10300/ |
D | ABI.txt | 29 Arguments smaller than 32-bits are not coalesced within a register or a stack
|
/linux-4.4.14/drivers/scsi/ |
D | gdth.c | 2970 int coalesced = FALSE; in __gdth_interrupt() local 3007 coalesced = TRUE; in __gdth_interrupt() 3012 if (coalesced) { in __gdth_interrupt() 3080 if (coalesced) in __gdth_interrupt() 3090 if (coalesced) { in __gdth_interrupt() 3118 if (!coalesced) in __gdth_interrupt() 3187 if (coalesced) { in __gdth_interrupt() 3205 if (ha->type == GDT_PCIMPR && coalesced) { in __gdth_interrupt()
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 4022 * The count of commands that have been coalesced.
|