Searched refs:coalesced (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/mm/
H A Dlmb.c113 /* Create a dummy zero size LMB which will get coalesced away later.
141 unsigned long i, coalesced = 0; local
157 coalesced++;
162 coalesced++;
169 coalesced++;
172 if (coalesced)
173 return coalesced;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parisc/
H A Dccio-dma.c808 int coalesced, filled = 0; local
845 coalesced = iommu_coalesce_chunks(ioc, sglist, nents, ccio_alloc_range);
859 BUG_ON(coalesced != filled);
H A Dsba_iommu.c873 int coalesced, filled = 0; local
911 coalesced = iommu_coalesce_chunks(ioc, sglist, nents, sba_alloc_range);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/hp/common/
H A Dsba_iommu.c1384 int coalesced, filled = 0; local
1433 coalesced = sba_coalesce_chunks(ioc, sglist, nents);
1455 ASSERT(coalesced == filled);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dgdth.c3426 int coalesced = FALSE; local
3459 /* See if the fw is returning coalesced status */
3464 coalesced = TRUE;
3469 if (coalesced) {
3470 /* For coalesced requests all status
3537 if (coalesced)
3547 if (coalesced) {
3573 /* Make sure that non coalesced interrupts get cleared
3575 if (!coalesced)
3645 if (coalesced) {
[all...]

Completed in 83 milliseconds