Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
H A Dzswap.c117 static unsigned int zswap_accept_thr_percent = 90; /* of max pool size */ variable
118 module_param_named(accept_threshold_percent, zswap_accept_thr_percent,
229 return totalram_pages() * zswap_accept_thr_percent / 100 * in zswap_can_accept()
/kernel/linux/linux-6.6/mm/
H A Dzswap.c123 static unsigned int zswap_accept_thr_percent = 90; /* of max pool size */ variable
124 module_param_named(accept_threshold_percent, zswap_accept_thr_percent,
269 return totalram_pages() * zswap_accept_thr_percent / 100 * in zswap_can_accept()

Completed in 4 milliseconds