Searched refs:crypto_acomp_decompress (Results 1 – 3 of 3) sorted by relevance
284 static inline int crypto_acomp_decompress(struct acomp_req *req) in crypto_acomp_decompress() function
1015 ret = crypto_wait_req(crypto_acomp_decompress(acomp_ctx->req), &acomp_ctx->wait); in zswap_writeback_entry()1342 ret = crypto_wait_req(crypto_acomp_decompress(acomp_ctx->req), &acomp_ctx->wait); in zswap_frontswap_load()
3400 ret = crypto_wait_req(crypto_acomp_decompress(req), &wait); in test_acomp()3476 ret = crypto_wait_req(crypto_acomp_decompress(req), &wait); in test_acomp()3508 ret = crypto_wait_req(crypto_acomp_decompress(req), &wait); in test_acomp()
Completed in 14 milliseconds