Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/ufs/
Dufshpb.h279 struct kmem_cache *m_page_cache; member
Dufshpb.c741 mctx->m_page = kmem_cache_alloc(hpb->m_page_cache, GFP_KERNEL); in ufshpb_get_map_ctx()
767 kmem_cache_free(hpb->m_page_cache, mctx->m_page); in ufshpb_get_map_ctx()
782 kmem_cache_free(hpb->m_page_cache, mctx->m_page); in ufshpb_put_map_ctx()
2144 hpb->m_page_cache = kmem_cache_create("ufshpb_m_page_cache", in ufshpb_lu_hpb_init()
2147 if (!hpb->m_page_cache) { in ufshpb_lu_hpb_init()
2181 kmem_cache_destroy(hpb->m_page_cache); in ufshpb_lu_hpb_init()
2428 kmem_cache_destroy(hpb->m_page_cache); in ufshpb_destroy_lu()