Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/vm/
Dzsmalloc.txt65 f = fullness_threshold_frac(ie, 4 at the moment)
/linux-4.4.14/mm/
Dzsmalloc.c204 static const int fullness_threshold_frac = 4; variable
636 else if (inuse <= 3 * max_objects / fullness_threshold_frac) in get_fullness_group()