Searched refs:rmap_item_cache (Results 1 – 1 of 1) sorted by relevance
242 static struct kmem_cache *rmap_item_cache; variable308 rmap_item_cache = KSM_KMEM_CACHE(rmap_item, 0); in ksm_slab_init()309 if (!rmap_item_cache) in ksm_slab_init()325 kmem_cache_destroy(rmap_item_cache); in ksm_slab_init()334 kmem_cache_destroy(rmap_item_cache); in ksm_slab_free()381 rmap_item = kmem_cache_zalloc(rmap_item_cache, GFP_KERNEL | in alloc_rmap_item()392 kmem_cache_free(rmap_item_cache, rmap_item); in free_rmap_item()