Searched refs:pgd_cachep (Results 1 – 1 of 1) sorted by relevance
7 static struct kmem_cache *pgd_cachep; variable24 pgd_cachep = kmem_cache_create("pgd_cache", in pgtable_cache_init()36 return kmem_cache_alloc(pgd_cachep, GFP_KERNEL); in pgd_alloc()41 kmem_cache_free(pgd_cachep, pgd); in pgd_free()
Completed in 4 milliseconds