Searched refs:max_threshold (Results 1 – 2 of 2) sorted by relevance
2692 int max_threshold; in yaffs_find_gc_block() local2695 max_threshold = dev->param.chunks_per_block / 2; in yaffs_find_gc_block()2697 max_threshold = dev->param.chunks_per_block / 8; in yaffs_find_gc_block()2699 if (max_threshold < YAFFS_GC_PASSIVE_THRESHOLD) in yaffs_find_gc_block()2700 max_threshold = YAFFS_GC_PASSIVE_THRESHOLD; in yaffs_find_gc_block()2705 if (threshold > max_threshold) in yaffs_find_gc_block()2706 threshold = max_threshold; in yaffs_find_gc_block()
8634 u8 max_threshold[0x10]; member