Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/
Dfork.c443 static struct kmem_cache *vma_lock_cachep; variable
447 vma->vm_lock = kmem_cache_alloc(vma_lock_cachep, GFP_KERNEL); in vma_lock_alloc()
459 kmem_cache_free(vma_lock_cachep, vma->vm_lock); in vma_lock_free()
3177 vma_lock_cachep = KMEM_CACHE(vma_lock, SLAB_PANIC|SLAB_ACCOUNT); in proc_caches_init()