Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_guts.c2691 int max_threshold; in yaffs_find_gc_block() local
2694 max_threshold = dev->param.chunks_per_block / 2; in yaffs_find_gc_block()
2696 max_threshold = dev->param.chunks_per_block / 8; in yaffs_find_gc_block()
2698 if (max_threshold < YAFFS_GC_PASSIVE_THRESHOLD) in yaffs_find_gc_block()
2699 max_threshold = YAFFS_GC_PASSIVE_THRESHOLD; in yaffs_find_gc_block()
2704 if (threshold > max_threshold) in yaffs_find_gc_block()
2705 threshold = max_threshold; in yaffs_find_gc_block()