Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/sh/mm/
A Dpgtable.c5 static struct kmem_cache *pgd_cachep; variable
22 pgd_cachep = kmem_cache_create("pgd_cache", in pgtable_cache_init()
34 return kmem_cache_alloc(pgd_cachep, GFP_KERNEL); in pgd_alloc()
39 kmem_cache_free(pgd_cachep, pgd); in pgd_free()

Completed in 2 milliseconds