Searched refs:gc_not_done (Results 1 – 2 of 2) sorted by relevance
2702 threshold = background ? (dev->gc_not_done + 2) * 2 : 0; in yaffs_find_gc_block()2748 dev->gc_not_done >= (background ? 10 : 20)) { in yaffs_find_gc_block()2758 dev->gc_not_done = 0; in yaffs_find_gc_block()2775 dev->gc_not_done = 0; in yaffs_find_gc_block()2779 dev->gc_not_done++; in yaffs_find_gc_block()2782 dev->gc_block_finder, dev->gc_not_done, threshold, in yaffs_find_gc_block()
722 unsigned gc_not_done; member