Home
last modified time | relevance | path

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

/linux/mm/
H A Dzswap.c139 struct crypto_acomp_ctx { struct
155 struct crypto_acomp_ctx __percpu *acomp_ctx; argument
738 struct crypto_acomp_ctx *acomp_ctx = per_cpu_ptr(pool->acomp_ctx, cpu); in zswap_cpu_comp_prepare()
798 struct crypto_acomp_ctx *acomp_ctx = per_cpu_ptr(pool->acomp_ctx, cpu); in zswap_cpu_comp_dead()
828 static struct crypto_acomp_ctx *acomp_ctx_get_cpu_lock(struct zswap_pool *pool) in acomp_ctx_get_cpu_lock()
830 struct crypto_acomp_ctx *acomp_ctx; in acomp_ctx_get_cpu_lock()
848 static void acomp_ctx_put_unlock(struct crypto_acomp_ctx *acomp_ctx) in acomp_ctx_put_unlock()
856 struct crypto_acomp_ctx *acomp_ctx; in zswap_compress()
937 struct crypto_acomp_ctx *acomp_ctx; in zswap_decompress()