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
470 zswap_pool_reached_full = true; in zswap_check_limits()
471 } else if (zswap_pool_reached_full && in zswap_check_limits()
473 zswap_pool_reached_full = false; in zswap_check_limits()
475 return zswap_pool_reached_full; in zswap_check_limits()
1548 if (!ret && zswap_pool_reached_full) in zswap_store()