Searched refs:vm_area_cachep (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/kernel/ |
H A D | fork.c | 450 static struct kmem_cache *vm_area_cachep; variable 488 vma = kmem_cache_alloc(vm_area_cachep, GFP_KERNEL); in vm_area_alloc() 494 kmem_cache_free(vm_area_cachep, vma); in vm_area_alloc() 503 struct vm_area_struct *new = kmem_cache_alloc(vm_area_cachep, GFP_KERNEL); in vm_area_dup() 516 kmem_cache_free(vm_area_cachep, new); in vm_area_dup() 531 kmem_cache_free(vm_area_cachep, vma); in __vm_area_free() 3312 vm_area_cachep = KMEM_CACHE(vm_area_struct, SLAB_PANIC|SLAB_ACCOUNT); in proc_caches_init()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | fork.c | 345 static struct kmem_cache *vm_area_cachep; variable 354 vma = kmem_cache_alloc(vm_area_cachep, GFP_KERNEL); in vm_area_alloc() 362 struct vm_area_struct *new = kmem_cache_alloc(vm_area_cachep, GFP_KERNEL); in vm_area_dup() 382 kmem_cache_free(vm_area_cachep, vma); in vm_area_free() 2892 vm_area_cachep = KMEM_CACHE(vm_area_struct, SLAB_PANIC|SLAB_ACCOUNT); in proc_caches_init()
|
Completed in 7 milliseconds