Home
last modified time | relevance | path

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

/linux/mm/
H A Dzswap.c222 static bool zswap_has_pool; variable
251 if (!zswap_has_pool && !strcmp(compressor, ZSWAP_PARAM_UNSET)) in zswap_pool_create()
393 WARN_ONCE(!pool && zswap_has_pool, in __zswap_pool_current()
496 if (!zswap_has_pool || strcmp(s, *(char **)kp->arg)) in zswap_compressor_param_set()
548 zswap_has_pool = true; in zswap_compressor_param_set()
587 if (!zswap_has_pool) in zswap_enabled_param_set()
1814 zswap_has_pool = true; in zswap_setup()