Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dzswap.c258 static int zswap_pool_get(struct zswap_pool *pool);
572 if (!zswap_pool_get(pool)) in zswap_pool_current_get()
590 if (!zswap_pool_get(last)) in zswap_pool_last_get()
612 if (!zswap_pool_get(pool)) in zswap_pool_find_get()
839 static int __must_check zswap_pool_get(struct zswap_pool *pool) in zswap_pool_get() function