Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/ufs/core/
Dufshpb.h278 struct kmem_cache *m_page_cache; member
Dufshpb.c738 mctx->m_page = kmem_cache_alloc(hpb->m_page_cache, GFP_KERNEL); in ufshpb_get_map_ctx()
764 kmem_cache_free(hpb->m_page_cache, mctx->m_page); in ufshpb_get_map_ctx()
779 kmem_cache_free(hpb->m_page_cache, mctx->m_page); in ufshpb_put_map_ctx()
2175 hpb->m_page_cache = kmem_cache_create("ufshpb_m_page_cache", in ufshpb_lu_hpb_init()
2178 if (!hpb->m_page_cache) { in ufshpb_lu_hpb_init()
2212 kmem_cache_destroy(hpb->m_page_cache); in ufshpb_lu_hpb_init()
2442 kmem_cache_destroy(hpb->m_page_cache); in ufshpb_destroy_lu()