Searched refs:fullness_threshold_frac (Results 1 – 3 of 3) sorted by relevance
72 * f = fullness_threshold_frac(即,目前是4个)
76 * f = fullness_threshold_frac(ie, 4 at the moment)
191 static const int fullness_threshold_frac = 4; variable693 else if (inuse <= 3 * objs_per_zspage / fullness_threshold_frac) in get_fullness_group()