Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/kernel/include/linux/mlx5/
H A Dmlx5_ifc.h8634 u8 max_threshold[0x10]; member