Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/ufs/core/
Dufshpb.h278 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()
2178 hpb->m_page_cache = kmem_cache_create("ufshpb_m_page_cache", in ufshpb_lu_hpb_init()
2181 if (!hpb->m_page_cache) { in ufshpb_lu_hpb_init()
2215 kmem_cache_destroy(hpb->m_page_cache); in ufshpb_lu_hpb_init()
2445 kmem_cache_destroy(hpb->m_page_cache); in ufshpb_destroy_lu()