Home
last modified time | relevance | path

Searched refs:zswap_pool (Results 1 – 1 of 1) sorted by relevance

/linux/mm/
H A Dzswap.c153 struct zswap_pool { struct
194 struct zswap_pool *pool;
273 static struct zswap_pool *zswap_pool_create(char *compressor) in zswap_pool_create()
275 struct zswap_pool *pool; in zswap_pool_create()
344 static struct zswap_pool *__zswap_pool_create_fallback(void) in __zswap_pool_create_fallback()
363 static void zswap_pool_destroy(struct zswap_pool *pool) in zswap_pool_destroy()
382 struct zswap_pool *pool = container_of(work, typeof(*pool), in __zswap_pool_release()
395 static struct zswap_pool *zswap_pool_current(void);
399 struct zswap_pool *pool; in __zswap_pool_empty()
415 static int __must_check zswap_pool_tryget(struct zswap_pool *pool) in zswap_pool_tryget()
[all …]