Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/mm/
Dzswap.c165 struct zswap_pool { struct
166 struct zpool *zpools[ZSWAP_NR_ZPOOLS];
167 struct crypto_acomp_ctx __percpu *acomp_ctx;
168 struct kref kref;
169 struct list_head list;
170 struct work_struct release_work;
171 struct work_struct shrink_work;
195 * pool - the zswap_pool the entry's data is in argument
/kernel/linux/linux-5.10/mm/
Dzswap.c130 struct zswap_pool { struct
131 struct zpool *zpool;
132 struct crypto_comp * __percpu *tfm;
133 struct kref kref;
157 * pool - the zswap_pool the entry's data is in argument