Home
last modified time | relevance | path

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

/Linux-v6.6/crypto/
Dacompress.c168 void acomp_request_free(struct acomp_req *req) in acomp_request_free() function
183 EXPORT_SYMBOL_GPL(acomp_request_free);
Dtestmgr.c3461 acomp_request_free(req); in test_acomp()
3477 acomp_request_free(req); in test_acomp()
3486 acomp_request_free(req); in test_acomp()
3496 acomp_request_free(req); in test_acomp()
3510 acomp_request_free(req); in test_acomp()
3516 acomp_request_free(req); in test_acomp()
3553 acomp_request_free(req); in test_acomp()
3562 acomp_request_free(req); in test_acomp()
3572 acomp_request_free(req); in test_acomp()
3585 acomp_request_free(req); in test_acomp()
[all …]
/Linux-v6.6/include/crypto/
Dacompress.h205 void acomp_request_free(struct acomp_req *req);
/Linux-v6.6/mm/
Dzswap.c535 acomp_request_free(acomp_ctx->req); in zswap_cpu_comp_dead()