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.c73 static bool zswap_pool_reached_full; variable
511 zswap_pool_reached_full = true; in zswap_check_limits()
512 } else if (zswap_pool_reached_full && in zswap_check_limits()
514 zswap_pool_reached_full = false; in zswap_check_limits()
516 return zswap_pool_reached_full; in zswap_check_limits()
1586 if (!ret && zswap_pool_reached_full) in zswap_store()