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;
245 static struct zswap_pool *zswap_pool_create(char *compressor) in zswap_pool_create()
247 struct zswap_pool *pool; in zswap_pool_create()
304 static struct zswap_pool *__zswap_pool_create_fallback(void) in __zswap_pool_create_fallback()
323 static void zswap_pool_destroy(struct zswap_pool *pool) in zswap_pool_destroy()
336 struct zswap_pool *pool = container_of(work, typeof(*pool), in __zswap_pool_release()
349 static struct zswap_pool *zswap_pool_current(void);
353 struct zswap_pool *pool; in __zswap_pool_empty()
369 static int __must_check zswap_pool_tryget(struct zswap_pool *pool) in zswap_pool_tryget()
[all …]