Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dfork.c448 static struct kmem_cache *vm_area_cachep; variable
486 vma = kmem_cache_alloc(vm_area_cachep, GFP_KERNEL); in vm_area_alloc()
492 kmem_cache_free(vm_area_cachep, vma); in vm_area_alloc()
501 struct vm_area_struct *new = kmem_cache_alloc(vm_area_cachep, GFP_KERNEL); in vm_area_dup()
514 kmem_cache_free(vm_area_cachep, new); in vm_area_dup()
529 kmem_cache_free(vm_area_cachep, vma); in __vm_area_free()
3296 vm_area_cachep = KMEM_CACHE(vm_area_struct, SLAB_PANIC|SLAB_ACCOUNT); in proc_caches_init()