Home
last modified time | relevance | path

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

/linux/kernel/
H A Dfork.c442 static struct kmem_cache *vma_lock_cachep; variable
446 vma->vm_lock = kmem_cache_alloc(vma_lock_cachep, GFP_KERNEL); in vma_lock_alloc()
458 kmem_cache_free(vma_lock_cachep, vma->vm_lock); in vma_lock_free()
3206 vma_lock_cachep = KMEM_CACHE(vma_lock, SLAB_PANIC|SLAB_ACCOUNT); in proc_caches_init()