Home
last modified time | relevance | path

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

/linux-6.12.1/crypto/
Dacompress.c139 void acomp_request_free(struct acomp_req *req) in acomp_request_free() function
154 EXPORT_SYMBOL_GPL(acomp_request_free);
Dtestmgr.c3490 acomp_request_free(req); in test_acomp()
3506 acomp_request_free(req); in test_acomp()
3515 acomp_request_free(req); in test_acomp()
3525 acomp_request_free(req); in test_acomp()
3539 acomp_request_free(req); in test_acomp()
3545 acomp_request_free(req); in test_acomp()
3582 acomp_request_free(req); in test_acomp()
3591 acomp_request_free(req); in test_acomp()
3601 acomp_request_free(req); in test_acomp()
3614 acomp_request_free(req); in test_acomp()
[all …]
/linux-6.12.1/include/crypto/
Dacompress.h187 void acomp_request_free(struct acomp_req *req);
/linux-6.12.1/mm/
Dzswap.c869 acomp_request_free(acomp_ctx->req); in zswap_cpu_comp_dead()