Lines Matching refs:zswap_pool
121 struct zswap_pool { struct
156 struct zswap_pool *pool;
204 static int zswap_pool_get(struct zswap_pool *pool);
205 static void zswap_pool_put(struct zswap_pool *pool);
219 struct zswap_pool *pool; in zswap_update_total_size()
400 struct zswap_pool *pool = hlist_entry(node, struct zswap_pool, node); in zswap_cpu_comp_prepare()
418 struct zswap_pool *pool = hlist_entry(node, struct zswap_pool, node); in zswap_cpu_comp_dead()
432 static struct zswap_pool *__zswap_pool_current(void) in __zswap_pool_current()
434 struct zswap_pool *pool; in __zswap_pool_current()
443 static struct zswap_pool *zswap_pool_current(void) in zswap_pool_current()
450 static struct zswap_pool *zswap_pool_current_get(void) in zswap_pool_current_get()
452 struct zswap_pool *pool; in zswap_pool_current_get()
465 static struct zswap_pool *zswap_pool_last_get(void) in zswap_pool_last_get()
467 struct zswap_pool *pool, *last = NULL; in zswap_pool_last_get()
484 static struct zswap_pool *zswap_pool_find_get(char *type, char *compressor) in zswap_pool_find_get()
486 struct zswap_pool *pool; in zswap_pool_find_get()
504 static struct zswap_pool *zswap_pool_create(char *type, char *compressor) in zswap_pool_create()
506 struct zswap_pool *pool; in zswap_pool_create()
567 static __init struct zswap_pool *__zswap_pool_create_fallback(void) in __zswap_pool_create_fallback()
607 static void zswap_pool_destroy(struct zswap_pool *pool) in zswap_pool_destroy()
617 static int __must_check zswap_pool_get(struct zswap_pool *pool) in zswap_pool_get()
627 struct zswap_pool *pool = container_of(work, typeof(*pool), work); in __zswap_pool_release()
640 struct zswap_pool *pool; in __zswap_pool_empty()
656 static void zswap_pool_put(struct zswap_pool *pool) in zswap_pool_put()
669 struct zswap_pool *pool, *put_pool = NULL; in __zswap_param_set()
947 struct zswap_pool *pool; in zswap_shrink()
1300 struct zswap_pool *pool; in init_zswap()