Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dzswap.c75 static bool zswap_pool_reached_full; variable
513 zswap_pool_reached_full = true; in zswap_check_limits()
514 } else if (zswap_pool_reached_full && in zswap_check_limits()
516 zswap_pool_reached_full = false; in zswap_check_limits()
518 return zswap_pool_reached_full; in zswap_check_limits()
1619 if (!ret && zswap_pool_reached_full) in zswap_store()