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

/external/yaffs2/yaffs2/
H A Dyaffs_guts.c2017 /* FindDiretiestBlock is used to select the dirtiest block (or close enough)
2029 int dirtiest = -1; local
2047 dirtiest = i;
2101 dirtiest = b;
2110 dirtiest = b;
2117 if (dirtiest > 0) {
2119 (TSTR("GC Selected block %d with %d free, prioritised:%d" TENDSTR), dirtiest,
2125 if (dirtiest > 0) {
2129 return dirtiest;

Completed in 123 milliseconds