Home
last modified time | relevance | path

Searched refs:max_threshold (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyaffs_guts.c2692 int max_threshold; in yaffs_find_gc_block() local
2695 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()