Home
last modified time | relevance | path

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

/Linux-v5.15/crypto/
Dacompress.c133 void acomp_request_free(struct acomp_req *req) in acomp_request_free() function
148 EXPORT_SYMBOL_GPL(acomp_request_free);
Dtestmgr.c3330 acomp_request_free(req); in test_acomp()
3346 acomp_request_free(req); in test_acomp()
3355 acomp_request_free(req); in test_acomp()
3365 acomp_request_free(req); in test_acomp()
3370 acomp_request_free(req); in test_acomp()
3407 acomp_request_free(req); in test_acomp()
3416 acomp_request_free(req); in test_acomp()
3426 acomp_request_free(req); in test_acomp()
3431 acomp_request_free(req); in test_acomp()
/Linux-v5.15/include/crypto/
Dacompress.h201 void acomp_request_free(struct acomp_req *req);
/Linux-v5.15/mm/
Dzswap.c491 acomp_request_free(acomp_ctx->req); in zswap_cpu_comp_dead()