Lines Matching refs:zswap_pool

130 struct zswap_pool {  struct
165 struct zswap_pool *pool;
213 static int zswap_pool_get(struct zswap_pool *pool);
214 static void zswap_pool_put(struct zswap_pool *pool);
228 struct zswap_pool *pool; in zswap_update_total_size()
409 struct zswap_pool *pool = hlist_entry(node, struct zswap_pool, node); in zswap_cpu_comp_prepare()
427 struct zswap_pool *pool = hlist_entry(node, struct zswap_pool, node); in zswap_cpu_comp_dead()
441 static struct zswap_pool *__zswap_pool_current(void) in __zswap_pool_current()
443 struct zswap_pool *pool; in __zswap_pool_current()
452 static struct zswap_pool *zswap_pool_current(void) in zswap_pool_current()
459 static struct zswap_pool *zswap_pool_current_get(void) in zswap_pool_current_get()
461 struct zswap_pool *pool; in zswap_pool_current_get()
474 static struct zswap_pool *zswap_pool_last_get(void) in zswap_pool_last_get()
476 struct zswap_pool *pool, *last = NULL; in zswap_pool_last_get()
493 static struct zswap_pool *zswap_pool_find_get(char *type, char *compressor) in zswap_pool_find_get()
495 struct zswap_pool *pool; in zswap_pool_find_get()
513 static struct zswap_pool *zswap_pool_create(char *type, char *compressor) in zswap_pool_create()
515 struct zswap_pool *pool; in zswap_pool_create()
576 static __init struct zswap_pool *__zswap_pool_create_fallback(void) in __zswap_pool_create_fallback()
616 static void zswap_pool_destroy(struct zswap_pool *pool) in zswap_pool_destroy()
626 static int __must_check zswap_pool_get(struct zswap_pool *pool) in zswap_pool_get()
636 struct zswap_pool *pool = container_of(work, typeof(*pool), work); in __zswap_pool_release()
649 struct zswap_pool *pool; in __zswap_pool_empty()
665 static void zswap_pool_put(struct zswap_pool *pool) in zswap_pool_put()
678 struct zswap_pool *pool, *put_pool = NULL; in __zswap_param_set()
957 struct zswap_pool *pool; in zswap_shrink()
1310 struct zswap_pool *pool; in init_zswap()