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
279 if (!zswap_has_pool && !strcmp(compressor, ZSWAP_PARAM_UNSET)) in zswap_pool_create()
439 WARN_ONCE(!pool && zswap_has_pool, in __zswap_pool_current()
542 if (!zswap_has_pool || strcmp(s, *(char **)kp->arg)) in zswap_compressor_param_set()
594 zswap_has_pool = true; in zswap_compressor_param_set()
633 if (!zswap_has_pool) in zswap_enabled_param_set()
1800 zswap_has_pool = true; in zswap_setup()