Searched refs:zswap_pool_get (Results 1 – 1 of 1) sorted by relevance
188 static int zswap_pool_get(struct zswap_pool *pool);522 if (!pool || !zswap_pool_get(pool)) in zswap_pool_current_get()538 if (!WARN_ON(!last) && !zswap_pool_get(last)) in zswap_pool_last_get()559 if (!zswap_pool_get(pool)) in zswap_pool_find_get()656 static int __must_check zswap_pool_get(struct zswap_pool *pool) in zswap_pool_get() function