Home
last modified time | relevance | path

Searched refs:coalesced (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/include/trace/events/
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)" : "")
/linux-4.1.27/arch/x86/kvm/
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)" : "")
/linux-4.1.27/drivers/parisc/
Dccio-dma.c905 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()
Dsba_iommu.c939 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.1.27/arch/ia64/hp/common/
Dsba_iommu.c1465 int coalesced, filled = 0; in sba_map_sg_attrs() local
1514 coalesced = sba_coalesce_chunks(ioc, dev, sglist, nents); in sba_map_sg_attrs()
1515 if (coalesced < 0) { in sba_map_sg_attrs()
1540 ASSERT(coalesced == filled); in sba_map_sg_attrs()
/linux-4.1.27/Documentation/mn10300/
DABI.txt29 Arguments smaller than 32-bits are not coalesced within a register or a stack
/linux-4.1.27/drivers/scsi/
Dgdth.c2970 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.1.27/drivers/scsi/aic7xxx/
Daic79xx.reg4022 * The count of commands that have been coalesced.