Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/ufs/core/
Dufshpb.c29 static struct kmem_cache *ufshpb_mctx_cache; variable
2524 ufshpb_mctx_cache = kmem_cache_create("ufshpb_mctx_cache", in ufshpb_init_mem_wq()
2527 if (!ufshpb_mctx_cache) { in ufshpb_init_mem_wq()
2537 ufshpb_mctx_cache); in ufshpb_init_mem_wq()
2566 kmem_cache_destroy(ufshpb_mctx_cache); in ufshpb_init_mem_wq()
2663 kmem_cache_destroy(ufshpb_mctx_cache); in ufshpb_remove()