Home
last modified time | relevance | path

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

/linux/mm/
H A Dzswap.c160 struct crypto_acomp_ctx __percpu *acomp_ctx;
286 pool->acomp_ctx = alloc_percpu(*pool->acomp_ctx); in get_zswap_pool_size()
287 if (!pool->acomp_ctx) { in get_zswap_pool_size()
313 if (pool->acomp_ctx) in zswap_pool_create()
314 free_percpu(pool->acomp_ctx); in zswap_pool_create()
370 free_percpu(pool->acomp_ctx); in zswap_pool_create()
838 struct crypto_acomp_ctx *acomp_ctx = per_cpu_ptr(pool->acomp_ctx, cpu); in zswap_rb_insert()
843 mutex_init(&acomp_ctx in zswap_rb_insert()
176 struct crypto_acomp_ctx __percpu *acomp_ctx; global() member
936 struct crypto_acomp_ctx *acomp_ctx = per_cpu_ptr(pool->acomp_ctx, cpu); zswap_cpu_comp_prepare() local
987 struct crypto_acomp_ctx *acomp_ctx = per_cpu_ptr(pool->acomp_ctx, cpu); zswap_cpu_comp_dead() local
1002 struct crypto_acomp_ctx *acomp_ctx; zswap_compress() local
1076 struct crypto_acomp_ctx *acomp_ctx; zswap_decompress() local
[all...]