Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/mm/
H A Dpgtable.c7 static struct kmem_cache *pmd_cachep; variable
26 pmd_cachep = kmem_cache_create("pmd_cache", in pgtable_cache_init()
50 return kmem_cache_alloc(pmd_cachep, GFP_KERNEL | __GFP_ZERO); in pmd_alloc_one()
55 kmem_cache_free(pmd_cachep, pmd); in pmd_free()