Lines Matching refs:zswap_pool

165 struct zswap_pool {  struct
206 struct zswap_pool *pool;
258 static int zswap_pool_get(struct zswap_pool *pool);
259 static void zswap_pool_put(struct zswap_pool *pool);
276 struct zswap_pool *pool; in zswap_update_total_size()
491 struct zswap_pool *pool = hlist_entry(node, struct zswap_pool, node); in zswap_cpu_comp_prepare()
530 struct zswap_pool *pool = hlist_entry(node, struct zswap_pool, node); in zswap_cpu_comp_dead()
547 static struct zswap_pool *__zswap_pool_current(void) in __zswap_pool_current()
549 struct zswap_pool *pool; in __zswap_pool_current()
558 static struct zswap_pool *zswap_pool_current(void) in zswap_pool_current()
565 static struct zswap_pool *zswap_pool_current_get(void) in zswap_pool_current_get()
567 struct zswap_pool *pool; in zswap_pool_current_get()
580 static struct zswap_pool *zswap_pool_last_get(void) in zswap_pool_last_get()
582 struct zswap_pool *pool, *last = NULL; in zswap_pool_last_get()
599 static struct zswap_pool *zswap_pool_find_get(char *type, char *compressor) in zswap_pool_find_get()
601 struct zswap_pool *pool; in zswap_pool_find_get()
632 static int zswap_reclaim_entry(struct zswap_pool *pool) in zswap_reclaim_entry()
694 struct zswap_pool *pool = container_of(w, typeof(*pool), in shrink_worker()
712 static struct zswap_pool *zswap_pool_create(char *type, char *compressor) in zswap_pool_create()
715 struct zswap_pool *pool; in zswap_pool_create()
784 static struct zswap_pool *__zswap_pool_create_fallback(void) in __zswap_pool_create_fallback()
826 static void zswap_pool_destroy(struct zswap_pool *pool) in zswap_pool_destroy()
839 static int __must_check zswap_pool_get(struct zswap_pool *pool) in zswap_pool_get()
849 struct zswap_pool *pool = container_of(work, typeof(*pool), in __zswap_pool_release()
863 struct zswap_pool *pool; in __zswap_pool_empty()
879 static void zswap_pool_put(struct zswap_pool *pool) in zswap_pool_put()
900 struct zswap_pool *pool, *put_pool = NULL; in __zswap_param_set()
1204 struct zswap_pool *pool; in zswap_store()
1585 struct zswap_pool *pool; in zswap_setup()