Lines Matching refs:zswap_pool

130 struct zswap_pool {  struct
166 struct zswap_pool *pool;
214 static int zswap_pool_get(struct zswap_pool *pool);
215 static void zswap_pool_put(struct zswap_pool *pool);
236 struct zswap_pool *pool; in zswap_update_total_size()
417 struct zswap_pool *pool = hlist_entry(node, struct zswap_pool, node); in zswap_cpu_comp_prepare()
435 struct zswap_pool *pool = hlist_entry(node, struct zswap_pool, node); in zswap_cpu_comp_dead()
449 static struct zswap_pool *__zswap_pool_current(void) in __zswap_pool_current()
451 struct zswap_pool *pool; in __zswap_pool_current()
460 static struct zswap_pool *zswap_pool_current(void) in zswap_pool_current()
467 static struct zswap_pool *zswap_pool_current_get(void) in zswap_pool_current_get()
469 struct zswap_pool *pool; in zswap_pool_current_get()
482 static struct zswap_pool *zswap_pool_last_get(void) in zswap_pool_last_get()
484 struct zswap_pool *pool, *last = NULL; in zswap_pool_last_get()
501 static struct zswap_pool *zswap_pool_find_get(char *type, char *compressor) in zswap_pool_find_get()
503 struct zswap_pool *pool; in zswap_pool_find_get()
523 struct zswap_pool *pool = container_of(w, typeof(*pool), in shrink_worker()
531 static struct zswap_pool *zswap_pool_create(char *type, char *compressor) in zswap_pool_create()
533 struct zswap_pool *pool; in zswap_pool_create()
595 static __init struct zswap_pool *__zswap_pool_create_fallback(void) in __zswap_pool_create_fallback()
637 static void zswap_pool_destroy(struct zswap_pool *pool) in zswap_pool_destroy()
647 static int __must_check zswap_pool_get(struct zswap_pool *pool) in zswap_pool_get()
657 struct zswap_pool *pool = container_of(work, typeof(*pool), in __zswap_pool_release()
671 struct zswap_pool *pool; in __zswap_pool_empty()
687 static void zswap_pool_put(struct zswap_pool *pool) in zswap_pool_put()
700 struct zswap_pool *pool, *put_pool = NULL; in __zswap_param_set()
1029 struct zswap_pool *pool; in zswap_frontswap_store()
1317 struct zswap_pool *pool; in init_zswap()