Lines Matching refs:zswap_pool
150 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()
536 static struct zswap_pool *zswap_pool_current_get(void) in zswap_pool_current_get()
538 struct zswap_pool *pool; in zswap_pool_current_get()
551 static struct zswap_pool *zswap_pool_last_get(void) in zswap_pool_last_get()
553 struct zswap_pool *pool, *last = NULL; in zswap_pool_last_get()
570 static struct zswap_pool *zswap_pool_find_get(char *type, char *compressor) in zswap_pool_find_get()
572 struct zswap_pool *pool; in zswap_pool_find_get()
592 struct zswap_pool *pool = container_of(w, typeof(*pool), in shrink_worker()
600 static struct zswap_pool *zswap_pool_create(char *type, char *compressor) in zswap_pool_create()
602 struct zswap_pool *pool; in zswap_pool_create()
666 static __init struct zswap_pool *__zswap_pool_create_fallback(void) in __zswap_pool_create_fallback()
708 static void zswap_pool_destroy(struct zswap_pool *pool) in zswap_pool_destroy()
718 static int __must_check zswap_pool_get(struct zswap_pool *pool) in zswap_pool_get()
728 struct zswap_pool *pool = container_of(work, typeof(*pool), in __zswap_pool_release()
742 struct zswap_pool *pool; in __zswap_pool_empty()
758 static void zswap_pool_put(struct zswap_pool *pool) in zswap_pool_put()
771 struct zswap_pool *pool, *put_pool = NULL; in __zswap_param_set()
1105 struct zswap_pool *pool; in zswap_frontswap_store()
1476 struct zswap_pool *pool; in init_zswap()