Home
last modified time | relevance | path

Searched refs:crypto_acomp_decompress (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/include/crypto/
H A Dacompress.h275 * crypto_acomp_decompress() -- Invoke asynchronous decompress operation
283 static inline int crypto_acomp_decompress(struct acomp_req *req) in crypto_acomp_decompress() function
/kernel/linux/linux-6.6/include/crypto/
H A Dacompress.h306 * crypto_acomp_decompress() -- Invoke asynchronous decompress operation
314 static inline int crypto_acomp_decompress(struct acomp_req *req) in crypto_acomp_decompress() function
/kernel/linux/linux-6.6/mm/
H A Dzswap.c1126 ret = crypto_wait_req(crypto_acomp_decompress(acomp_ctx->req), &acomp_ctx->wait); in zswap_writeback_entry()
1455 if (crypto_wait_req(crypto_acomp_decompress(acomp_ctx->req), &acomp_ctx->wait)) in zswap_load()
/kernel/linux/linux-6.6/crypto/
H A Dtestmgr.c3472 ret = crypto_wait_req(crypto_acomp_decompress(req), &wait); in test_acomp()
3548 ret = crypto_wait_req(crypto_acomp_decompress(req), &wait); in test_acomp()
3580 ret = crypto_wait_req(crypto_acomp_decompress(req), &wait); in test_acomp()
/kernel/linux/linux-5.10/crypto/
H A Dtestmgr.c3357 ret = crypto_wait_req(crypto_acomp_decompress(req), &wait); in test_acomp()
3418 ret = crypto_wait_req(crypto_acomp_decompress(req), &wait); in test_acomp()

Completed in 16 milliseconds