Searched refs:gc_not_done (Results 1 – 2 of 2) sorted by relevance
2701 threshold = background ? (dev->gc_not_done + 2) * 2 : 0; in yaffs_find_gc_block()2747 dev->gc_not_done >= (background ? 10 : 20)) { in yaffs_find_gc_block()2757 dev->gc_not_done = 0; in yaffs_find_gc_block()2774 dev->gc_not_done = 0; in yaffs_find_gc_block()2778 dev->gc_not_done++; in yaffs_find_gc_block()2781 dev->gc_block_finder, dev->gc_not_done, threshold, in yaffs_find_gc_block()
708 unsigned gc_not_done; member