Home
last modified time | relevance | path

Searched refs:map_req_cache (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/ufs/core/
Dufshpb.h277 struct kmem_cache *map_req_cache; member
Dufshpb.c443 rq = kmem_cache_alloc(hpb->map_req_cache, GFP_KERNEL); in ufshpb_get_req()
466 kmem_cache_free(hpb->map_req_cache, rq); in ufshpb_get_req()
473 kmem_cache_free(hpb->map_req_cache, rq); in ufshpb_put_req()
2170 hpb->map_req_cache = kmem_cache_create("ufshpb_req_cache", in ufshpb_lu_hpb_init()
2172 if (!hpb->map_req_cache) { in ufshpb_lu_hpb_init()
2217 kmem_cache_destroy(hpb->map_req_cache); in ufshpb_lu_hpb_init()
2444 kmem_cache_destroy(hpb->map_req_cache); in ufshpb_destroy_lu()