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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-bcmring/
H A Ddma.c1767 int newAlloc = region->numSegmentsAllocated + 4; local
1768 size_t newSize = newAlloc * sizeof(*newSegment);
1779 region->numSegmentsAllocated = newAlloc;
1831 int newAlloc = memMap->numRegionsAllocated + 4; local
1832 size_t newSize = newAlloc * sizeof(*newRegion);
1844 memMap->numRegionsAllocated = newAlloc;

Completed in 152 milliseconds