Searched refs:coalesced (Results 1 – 8 of 8) sorted by relevance
/linux-3.4.99/include/trace/events/ |
D | kvm.h | 71 TP_PROTO(__u64 e, int pin, bool coalesced), 72 TP_ARGS(e, pin, coalesced), 77 __field( bool, coalesced ) 83 __entry->coalesced = coalesced; 92 __entry->coalesced ? " (coalesced)" : "")
|
/linux-3.4.99/arch/x86/kvm/ |
D | trace.h | 436 TP_PROTO(__u8 chip, __u8 pin, __u8 elcr, __u8 imr, bool coalesced), 437 TP_ARGS(chip, pin, elcr, imr, coalesced), 444 __field( bool, coalesced ) 452 __entry->coalesced = coalesced; 459 __entry->coalesced ? " (coalesced)" : "") 494 TP_PROTO(__u32 apicid, __u16 dm, __u8 tm, __u8 vec, bool coalesced), 495 TP_ARGS(apicid, dm, tm, vec, coalesced), 502 __field( bool, coalesced ) 510 __entry->coalesced = coalesced; 517 __entry->coalesced ? " (coalesced)" : "")
|
/linux-3.4.99/drivers/parisc/ |
D | ccio-dma.c | 905 int coalesced, filled = 0; in ccio_map_sg() local 942 coalesced = iommu_coalesce_chunks(ioc, dev, sglist, nents, ccio_alloc_range); in ccio_map_sg() 956 BUG_ON(coalesced != filled); in ccio_map_sg()
|
D | sba_iommu.c | 939 int coalesced, filled = 0; in sba_map_sg() local 977 coalesced = iommu_coalesce_chunks(ioc, dev, sglist, nents, sba_alloc_range); in sba_map_sg()
|
/linux-3.4.99/arch/ia64/hp/common/ |
D | sba_iommu.c | 1463 int coalesced, filled = 0; in sba_map_sg_attrs() local 1512 coalesced = sba_coalesce_chunks(ioc, dev, sglist, nents); in sba_map_sg_attrs() 1513 if (coalesced < 0) { in sba_map_sg_attrs() 1538 ASSERT(coalesced == filled); in sba_map_sg_attrs()
|
/linux-3.4.99/Documentation/mn10300/ |
D | ABI.txt | 29 Arguments smaller than 32-bits are not coalesced within a register or a stack
|
/linux-3.4.99/drivers/scsi/ |
D | gdth.c | 2978 int coalesced = FALSE; in __gdth_interrupt() local 3015 coalesced = TRUE; in __gdth_interrupt() 3020 if (coalesced) { in __gdth_interrupt() 3088 if (coalesced) in __gdth_interrupt() 3098 if (coalesced) { in __gdth_interrupt() 3126 if (!coalesced) in __gdth_interrupt() 3195 if (coalesced) { in __gdth_interrupt() 3213 if (ha->type == GDT_PCIMPR && coalesced) { in __gdth_interrupt()
|
/linux-3.4.99/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 4022 * The count of commands that have been coalesced.
|