Home
last modified time | relevance | path

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

/linux-5.19.10/mm/
Dzswap.c224 static bool zswap_has_pool; variable
523 WARN_ONCE(!pool && zswap_has_pool, in __zswap_pool_current()
559 WARN_ONCE(!last && zswap_has_pool, in zswap_pool_last_get()
607 if (!zswap_has_pool) { in zswap_pool_create()
781 if (!strcmp(s, *(char **)kp->arg) && zswap_has_pool) in __zswap_param_set()
831 zswap_has_pool = true; in __zswap_param_set()
843 if (!zswap_has_pool && !pool) { in __zswap_param_set()
882 if (!zswap_has_pool && zswap_init_started) { in zswap_enabled_param_set()
1505 zswap_has_pool = true; in init_zswap()