Home
last modified time | relevance | path

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

/linux/mm/
H A Dzswap.c121 static unsigned int zswap_accept_thr_percent = 90; /* of max pool size */ variable
122 module_param_named(accept_threshold_percent, zswap_accept_thr_percent,
488 return zswap_max_pages() * zswap_accept_thr_percent / 100; in zswap_accept_thr_pages()