Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/translations/zh_CN/mm/
Dzsmalloc.rst72 * f = fullness_threshold_frac(即,目前是4个)
/Linux-v6.1/Documentation/mm/
Dzsmalloc.rst76 * f = fullness_threshold_frac(ie, 4 at the moment)
/Linux-v6.1/mm/
Dzsmalloc.c191 static const int fullness_threshold_frac = 4; variable
693 else if (inuse <= 3 * objs_per_zspage / fullness_threshold_frac) in get_fullness_group()