Home
last modified time | relevance | path

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

/linux/mm/
H A Dswapfile.c111 static struct kmem_cache *swap_table_cachep; variable
441 return kmem_cache_zalloc(swap_table_cachep, gfp); in swap_table_alloc()
460 kmem_cache_free(swap_table_cachep, table); in swap_table_free()
4065 swap_table_cachep = kmem_cache_create("swap_table", in swapfile_init()