Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/translations/zh_CN/mm/
Dzsmalloc.rst58 ZS_ALMOST_FULL zspage的数量(见下图)
76 * ZS_ALMOST_FULL when n > N / f
/Linux-v6.1/Documentation/mm/
Dzsmalloc.rst62 the number of ZS_ALMOST_FULL zspages(see below)
80 * ZS_ALMOST_FULL when n > N / f
/Linux-v6.1/mm/
Dzsmalloc.c154 ZS_ALMOST_FULL, enumerator
696 fg = ZS_ALMOST_FULL; in get_fullness_group()
1086 for (i = ZS_ALMOST_FULL; i >= ZS_EMPTY; i--) { in find_get_zspage()
1674 enum fullness_group fg[2] = {ZS_ALMOST_EMPTY, ZS_ALMOST_FULL}; in isolate_zspage() enumerator
1677 fg[0] = ZS_ALMOST_FULL; in isolate_zspage()