Searched defs:aggressive (Results 1 - 1 of 1) sorted by relevance

/external/yaffs2/yaffs2/
H A Dyaffs_guts.c2022 int aggressive)
2049 aggressive = 1; /* Fool the non-aggressive skip logiv below */
2057 /* If we're doing aggressive GC then we are happy to take a less-dirty block, and
2065 if (!aggressive && (nonAggressiveSkip > 0)) {
2071 (aggressive) ? dev->nChunksPerBlock : YAFFS_PASSIVE_GC_CHUNKS + 1;
2073 if (aggressive) {
2526 * If we're very low on erased blocks then we do aggressive garbage collection
2537 int aggressive; local
2561 aggressive
2021 yaffs_FindBlockForGarbageCollection(yaffs_Device * dev, int aggressive) argument
[all...]

Completed in 18 milliseconds