Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/ufs/core/
Dufshpb.h277 struct kmem_cache *map_req_cache; member
Dufshpb.c444 rq = kmem_cache_alloc(hpb->map_req_cache, GFP_KERNEL); in ufshpb_get_req()
467 kmem_cache_free(hpb->map_req_cache, rq); in ufshpb_get_req()
474 kmem_cache_free(hpb->map_req_cache, rq); in ufshpb_put_req()
2167 hpb->map_req_cache = kmem_cache_create("ufshpb_req_cache", in ufshpb_lu_hpb_init()
2169 if (!hpb->map_req_cache) { in ufshpb_lu_hpb_init()
2214 kmem_cache_destroy(hpb->map_req_cache); in ufshpb_lu_hpb_init()
2441 kmem_cache_destroy(hpb->map_req_cache); in ufshpb_destroy_lu()