Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dzsmalloc.rst76 * f = fullness_threshold_frac(ie, 4 at the moment)
/OK3568_Linux_fs/kernel/mm/
H A Dzsmalloc.c197 static const int fullness_threshold_frac = 4; variable
702 else if (inuse <= 3 * objs_per_zspage / fullness_threshold_frac) in get_fullness_group()