Home
last modified time | relevance | path

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

/linux/drivers/scsi/ufs/
A Dufshpb.c739 mctx->m_page = kmem_cache_alloc(hpb->m_page_cache, GFP_KERNEL); in ufshpb_get_map_ctx()
765 kmem_cache_free(hpb->m_page_cache, mctx->m_page); in ufshpb_get_map_ctx()
780 kmem_cache_free(hpb->m_page_cache, mctx->m_page); in ufshpb_put_map_ctx()
2142 hpb->m_page_cache = kmem_cache_create("ufshpb_m_page_cache", in ufshpb_lu_hpb_init()
2145 if (!hpb->m_page_cache) { in ufshpb_lu_hpb_init()
2179 kmem_cache_destroy(hpb->m_page_cache); in ufshpb_lu_hpb_init()
2426 kmem_cache_destroy(hpb->m_page_cache); in ufshpb_destroy_lu()
A Dufshpb.h278 struct kmem_cache *m_page_cache; member

Completed in 13 milliseconds