Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dinit-mm.c20 const struct vm_operations_struct vma_dummy_vm_ops; variable
Dinternal.h133 vma->vm_ops = &vma_dummy_vm_ops; in mmap_file()
152 vma->vm_ops = &vma_dummy_vm_ops; in vma_close()
/linux-6.12.1/tools/testing/vma/
Dvma_internal.h423 extern const struct vm_operations_struct vma_dummy_vm_ops;
429 vma->vm_ops = &vma_dummy_vm_ops; in vma_init()
Dvma.c25 const struct vm_operations_struct vma_dummy_vm_ops; variable
/linux-6.12.1/include/linux/
Dmm.h842 extern const struct vm_operations_struct vma_dummy_vm_ops;
852 vma->vm_ops = &vma_dummy_vm_ops; in vma_init()