Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dfork.c455 static struct kmem_cache *vma_lock_cachep; variable
459 vma->vm_lock = kmem_cache_alloc(vma_lock_cachep, GFP_KERNEL); in vma_lock_alloc()
471 kmem_cache_free(vma_lock_cachep, vma->vm_lock); in vma_lock_free()
3298 vma_lock_cachep = KMEM_CACHE(vma_lock, SLAB_PANIC|SLAB_ACCOUNT); in proc_caches_init()