Home
last modified time | relevance | path

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

/drivers/scsi/ufs/
Dufshpb.h281 struct kmem_cache *map_req_cache; member
Dufshpb.c728 rq = kmem_cache_alloc(hpb->map_req_cache, GFP_KERNEL); in ufshpb_get_req()
751 kmem_cache_free(hpb->map_req_cache, rq); in ufshpb_get_req()
758 kmem_cache_free(hpb->map_req_cache, rq); in ufshpb_put_req()
2424 hpb->map_req_cache = kmem_cache_create("ufshpb_req_cache", in ufshpb_lu_hpb_init()
2426 if (!hpb->map_req_cache) { in ufshpb_lu_hpb_init()
2471 kmem_cache_destroy(hpb->map_req_cache); in ufshpb_lu_hpb_init()
2715 kmem_cache_destroy(hpb->map_req_cache); in ufshpb_destroy_lu()