pgd_cachep 7 arch/sh/mm/pgtable.c static struct kmem_cache *pgd_cachep; pgd_cachep 23 arch/sh/mm/pgtable.c pgd_cachep = kmem_cache_create("pgd_cache", pgd_cachep 35 arch/sh/mm/pgtable.c return kmem_cache_alloc(pgd_cachep, PGALLOC_GFP); pgd_cachep 40 arch/sh/mm/pgtable.c kmem_cache_free(pgd_cachep, pgd);