Home
last modified time | relevance | path

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

/linux/mm/
H A Dzsmalloc.c196 static struct kmem_cache *handle_cachep; variable
379 return (unsigned long)kmem_cache_alloc(handle_cachep, gfp); in cache_alloc_handle()
384 kmem_cache_free(handle_cachep, (void *)handle); in cache_free_handle()
2205 kmem_cache_destroy(handle_cachep); in zs_destroy_caches()
2206 handle_cachep = NULL; in zs_destroy_caches()
2213 handle_cachep = kmem_cache_create("zs_handle", ZS_HANDLE_SIZE, in zs_init_caches()
2218 if (!handle_cachep || !zspage_cachep) { in zs_init_caches()