Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dzswap.c492 struct crypto_acomp_ctx *acomp_ctx = per_cpu_ptr(pool->acomp_ctx, cpu); in zswap_cpu_comp_prepare() local
502 acomp_ctx->acomp = acomp; in zswap_cpu_comp_prepare()
511 acomp_ctx->req = req; in zswap_cpu_comp_prepare()
531 struct crypto_acomp_ctx *acomp_ctx = per_cpu_ptr(pool->acomp_ctx, cpu); in zswap_cpu_comp_dead() local
750 pool->acomp_ctx = alloc_percpu(*pool->acomp_ctx); in zswap_pool_create()
751 if (!pool->acomp_ctx) { in zswap_pool_create()
776 if (pool->acomp_ctx) in zswap_pool_create()
1111 acomp_ctx = raw_cpu_ptr(entry->pool->acomp_ctx); in zswap_writeback_entry()
1291 acomp_ctx = raw_cpu_ptr(entry->pool->acomp_ctx); in zswap_store()
1295 dst = acomp_ctx->dstmem; in zswap_store()
[all …]