Searched refs:mm_slot_cache (Results 1 - 2 of 2) sorted by relevance

/mm/
H A Dksm.c206 static struct kmem_cache *mm_slot_cache; variable in typeref:struct:kmem_cache
260 mm_slot_cache = KSM_KMEM_CACHE(mm_slot, 0);
261 if (!mm_slot_cache)
276 kmem_cache_destroy(mm_slot_cache);
279 mm_slot_cache = NULL;
311 if (!mm_slot_cache) /* initialization failed */
313 return kmem_cache_zalloc(mm_slot_cache, GFP_KERNEL);
318 kmem_cache_free(mm_slot_cache, mm_slot);
H A Dhuge_memory.c74 static struct kmem_cache *mm_slot_cache __read_mostly;
1997 mm_slot_cache = kmem_cache_create("khugepaged_mm_slot",
2000 if (!mm_slot_cache)
2008 if (!mm_slot_cache) /* initialization failed */
2010 return kmem_cache_zalloc(mm_slot_cache, GFP_KERNEL);
2015 kmem_cache_free(mm_slot_cache, mm_slot);

Completed in 66 milliseconds