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

/u-boot/fs/yaffs2/
H A Dyaffs_guts.c2692 int max_threshold; local
2695 max_threshold = dev->param.chunks_per_block / 2;
2697 max_threshold = dev->param.chunks_per_block / 8;
2699 if (max_threshold < YAFFS_GC_PASSIVE_THRESHOLD)
2700 max_threshold = YAFFS_GC_PASSIVE_THRESHOLD;
2705 if (threshold > max_threshold)
2706 threshold = max_threshold;

Completed in 49 milliseconds