Searched refs:crypto_acomp_decompress (Results 1 – 8 of 8) sorted by relevance
265 err = crypto_acomp_decompress(fbreq); in acomp_do_nondma()376 int crypto_acomp_decompress(struct acomp_req *req) in crypto_acomp_decompress() function380 EXPORT_SYMBOL_GPL(crypto_acomp_decompress);
3391 ret = crypto_wait_req(crypto_acomp_decompress(req), &wait); in test_acomp()3452 ret = crypto_wait_req(crypto_acomp_decompress(req), &wait); in test_acomp()
209 err = crypto_acomp_decompress(req); in ubifs_decompress_req()
210 err = crypto_acomp_decompress(req); in ipcomp_decompress()
587 int crypto_acomp_decompress(struct acomp_req *req);
1032 decomp_ret = crypto_wait_req(crypto_acomp_decompress(acomp_ctx->req), &acomp_ctx->wait); in zswap_decompress()
1192 d->ret = crypto_acomp_decompress(d->cr); in decompress_threadfn()
1008 ret = crypto_acomp_decompress(fbreq); in deflate_generic_decompress()