Home
last modified time | relevance | path

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

/linux/mm/
H A Dzswap.c78 static bool zswap_pool_reached_full; variable
516 zswap_pool_reached_full = true; in zswap_check_limits()
517 } else if (zswap_pool_reached_full && in zswap_check_limits()
519 zswap_pool_reached_full = false; in zswap_check_limits()
521 return zswap_pool_reached_full; in zswap_check_limits()
1548 if (!ret && zswap_pool_reached_full) in zswap_store()