Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/mm/
Dpgalloc.c383 static struct kmem_cache *base_pgt_cache; variable
389 table = kmem_cache_alloc(base_pgt_cache, GFP_KERNEL); in base_pgt_alloc()
397 kmem_cache_free(base_pgt_cache, (void *) table); in base_pgt_free()
604 if (base_pgt_cache) in base_pgt_cache_init()
607 if (!base_pgt_cache) in base_pgt_cache_init()
608 base_pgt_cache = kmem_cache_create("base_pgt", sz, sz, 0, NULL); in base_pgt_cache_init()
610 return base_pgt_cache ? 0 : -ENOMEM; in base_pgt_cache_init()