Home
last modified time | relevance | path

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

/Linux-v4.19/include/trace/events/
Dkvm.h99 TP_PROTO(__u64 e, int pin, bool coalesced),
100 TP_ARGS(e, pin, coalesced),
105 __field( bool, coalesced )
111 __entry->coalesced = coalesced;
120 __entry->coalesced ? " (coalesced)" : "")
/Linux-v4.19/tools/perf/Documentation/
Dperf-c2c.txt245 tid - coalesced by process TIDs
246 pid - coalesced by process PIDs
247 iaddr - coalesced by code address, following fields are displayed:
249 dso - coalesced by shared object
/Linux-v4.19/arch/x86/kvm/
Dtrace.h383 TP_PROTO(__u8 chip, __u8 pin, __u8 elcr, __u8 imr, bool coalesced),
384 TP_ARGS(chip, pin, elcr, imr, coalesced),
391 __field( bool, coalesced )
399 __entry->coalesced = coalesced;
406 __entry->coalesced ? " (coalesced)" : "")
/Linux-v4.19/drivers/parisc/
Dccio-dma.c921 int coalesced, filled = 0; in ccio_map_sg() local
960 coalesced = iommu_coalesce_chunks(ioc, dev, sglist, nents, ccio_alloc_range); in ccio_map_sg()
974 BUG_ON(coalesced != filled); in ccio_map_sg()
Dsba_iommu.c959 int coalesced, filled = 0; in sba_map_sg() local
998 coalesced = iommu_coalesce_chunks(ioc, dev, sglist, nents, sba_alloc_range); in sba_map_sg()
/Linux-v4.19/arch/ia64/hp/common/
Dsba_iommu.c1461 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-v4.19/drivers/scsi/
Dgdth.c2969 int coalesced = FALSE; in __gdth_interrupt() local
3006 coalesced = TRUE; in __gdth_interrupt()
3011 if (coalesced) { in __gdth_interrupt()
3079 if (coalesced) in __gdth_interrupt()
3089 if (coalesced) { in __gdth_interrupt()
3117 if (!coalesced) in __gdth_interrupt()
3186 if (coalesced) { in __gdth_interrupt()
3204 if (ha->type == GDT_PCIMPR && coalesced) { in __gdth_interrupt()
/Linux-v4.19/net/kcm/
Dkcmsock.c791 goto coalesced; in kcm_sendpage()
840 coalesced: in kcm_sendpage()
/Linux-v4.19/Documentation/virtual/kvm/
Dvcpu-requests.rst235 then they may be coalesced. This is easily done by having the first IPI
/Linux-v4.19/drivers/scsi/aic7xxx/
Daic79xx.reg4022 * The count of commands that have been coalesced.