Home
last modified time | relevance | path

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

/linux-6.1.9/crypto/
Dacompress.c133 void acomp_request_free(struct acomp_req *req) in acomp_request_free() function
148 EXPORT_SYMBOL_GPL(acomp_request_free);
Dtestmgr.c3381 acomp_request_free(req); in test_acomp()
3397 acomp_request_free(req); in test_acomp()
3406 acomp_request_free(req); in test_acomp()
3416 acomp_request_free(req); in test_acomp()
3430 acomp_request_free(req); in test_acomp()
3436 acomp_request_free(req); in test_acomp()
3473 acomp_request_free(req); in test_acomp()
3482 acomp_request_free(req); in test_acomp()
3492 acomp_request_free(req); in test_acomp()
3505 acomp_request_free(req); in test_acomp()
[all …]
/linux-6.1.9/include/crypto/
Dacompress.h201 void acomp_request_free(struct acomp_req *req);
/linux-6.1.9/mm/
Dzswap.c506 acomp_request_free(acomp_ctx->req); in zswap_cpu_comp_dead()