base_pgt_cache    334 arch/s390/mm/pgalloc.c static struct kmem_cache *base_pgt_cache;
base_pgt_cache    340 arch/s390/mm/pgalloc.c 	table = kmem_cache_alloc(base_pgt_cache, GFP_KERNEL);
base_pgt_cache    348 arch/s390/mm/pgalloc.c 	kmem_cache_free(base_pgt_cache, (void *) table);
base_pgt_cache    555 arch/s390/mm/pgalloc.c 	if (base_pgt_cache)
base_pgt_cache    558 arch/s390/mm/pgalloc.c 	if (!base_pgt_cache)
base_pgt_cache    559 arch/s390/mm/pgalloc.c 		base_pgt_cache = kmem_cache_create("base_pgt", sz, sz, 0, NULL);
base_pgt_cache    561 arch/s390/mm/pgalloc.c 	return base_pgt_cache ? 0 : -ENOMEM;