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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Drmap.c65 static struct kmem_cache *anon_vma_cachep; variable in typeref:struct:kmem_cache
70 return kmem_cache_alloc(anon_vma_cachep, GFP_KERNEL);
75 kmem_cache_free(anon_vma_cachep, anon_vma);
308 anon_vma_cachep = kmem_cache_create("anon_vma", sizeof(struct anon_vma),

Completed in 34 milliseconds