Home
last modified time | relevance | path

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

/linux/mm/
H A Dzswap.c144 struct crypto_acomp_ctx { struct
161 struct crypto_acomp_ctx __percpu *acomp_ctx; argument
822 struct crypto_acomp_ctx *acomp_ctx = per_cpu_ptr(pool->acomp_ctx, cpu); in zswap_cpu_comp_prepare()
883 struct crypto_acomp_ctx *acomp_ctx = per_cpu_ptr(pool->acomp_ctx, cpu); in zswap_cpu_comp_dead()
899 static struct crypto_acomp_ctx *acomp_ctx_get_cpu_lock(struct zswap_pool *pool) in acomp_ctx_get_cpu_lock()
901 struct crypto_acomp_ctx *acomp_ctx; in acomp_ctx_get_cpu_lock()
919 static void acomp_ctx_put_unlock(struct crypto_acomp_ctx *acomp_ctx) in acomp_ctx_put_unlock()
927 struct crypto_acomp_ctx *acomp_ctx; in zswap_compress()
998 struct crypto_acomp_ctx *acomp_ctx; in zswap_decompress()