Home
last modified time | relevance | path

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

/linux-5.19.10/mm/
Dzswap.c150 struct zswap_pool { struct
186 struct zswap_pool *pool;
235 static int zswap_pool_get(struct zswap_pool *pool);
236 static void zswap_pool_put(struct zswap_pool *pool);
257 struct zswap_pool *pool; in zswap_update_total_size()
462 struct zswap_pool *pool = hlist_entry(node, struct zswap_pool, node); in zswap_cpu_comp_prepare()
501 struct zswap_pool *pool = hlist_entry(node, struct zswap_pool, node); in zswap_cpu_comp_dead()
518 static struct zswap_pool *__zswap_pool_current(void) in __zswap_pool_current()
520 struct zswap_pool *pool; in __zswap_pool_current()
529 static struct zswap_pool *zswap_pool_current(void) in zswap_pool_current()
[all …]