Home
last modified time | relevance | path

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

/linux/mm/
H A Dzsmalloc.c267 static struct kmem_cache *handle_cachep; variable
450 return (unsigned long)kmem_cache_alloc(handle_cachep, gfp); in cache_alloc_handle()
455 kmem_cache_free(handle_cachep, (void *)handle); in cache_free_handle()
2375 kmem_cache_destroy(handle_cachep); in zs_destroy_caches()
2376 handle_cachep = NULL; in zs_destroy_caches()
2383 handle_cachep = kmem_cache_create("zs_handle", ZS_HANDLE_SIZE, in zs_init_caches()
2388 if (!handle_cachep || !zspage_cachep) { in zs_init_caches()