Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dzswap.c146 struct crypto_acomp_ctx { struct
163 struct crypto_acomp_ctx __percpu *acomp_ctx; argument
824 struct crypto_acomp_ctx *acomp_ctx = per_cpu_ptr(pool->acomp_ctx, cpu); in zswap_cpu_comp_prepare()
885 struct crypto_acomp_ctx *acomp_ctx = per_cpu_ptr(pool->acomp_ctx, cpu); in zswap_cpu_comp_dead()
915 static struct crypto_acomp_ctx *acomp_ctx_get_cpu_lock(struct zswap_pool *pool) in acomp_ctx_get_cpu_lock()
917 struct crypto_acomp_ctx *acomp_ctx; in acomp_ctx_get_cpu_lock()
935 static void acomp_ctx_put_unlock(struct crypto_acomp_ctx *acomp_ctx) in acomp_ctx_put_unlock()
943 struct crypto_acomp_ctx *acomp_ctx; in zswap_compress()
1008 struct crypto_acomp_ctx *acomp_ctx; in zswap_decompress()