Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/ufs/
H A Dufshpb.h281 struct kmem_cache *m_page_cache; member
H A Dufshpb.c1022 mctx->m_page = kmem_cache_alloc(hpb->m_page_cache, GFP_KERNEL); in ufshpb_get_map_ctx()
1048 kmem_cache_free(hpb->m_page_cache, mctx->m_page); in ufshpb_get_map_ctx()
1063 kmem_cache_free(hpb->m_page_cache, mctx->m_page); in ufshpb_put_map_ctx()
2432 hpb->m_page_cache = kmem_cache_create("ufshpb_m_page_cache", in ufshpb_lu_hpb_init()
2435 if (!hpb->m_page_cache) { in ufshpb_lu_hpb_init()
2469 kmem_cache_destroy(hpb->m_page_cache); in ufshpb_lu_hpb_init()
2716 kmem_cache_destroy(hpb->m_page_cache); in ufshpb_destroy_lu()