Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/ufs/
Dufshpb.h278 struct kmem_cache *map_req_cache; member
Dufshpb.c447 rq = kmem_cache_alloc(hpb->map_req_cache, GFP_KERNEL); in ufshpb_get_req()
470 kmem_cache_free(hpb->map_req_cache, rq); in ufshpb_get_req()
477 kmem_cache_free(hpb->map_req_cache, rq); in ufshpb_put_req()
2136 hpb->map_req_cache = kmem_cache_create("ufshpb_req_cache", in ufshpb_lu_hpb_init()
2138 if (!hpb->map_req_cache) { in ufshpb_lu_hpb_init()
2183 kmem_cache_destroy(hpb->map_req_cache); in ufshpb_lu_hpb_init()
2427 kmem_cache_destroy(hpb->map_req_cache); in ufshpb_destroy_lu()