Lines Matching refs:vm_ops

390 	const struct vm_operations_struct vm_ops = {  in test_merge_new()  local
436 vma_a->vm_ops = &vm_ops; /* This should have no impact. */ in test_merge_new()
473 vma_d->vm_ops = &vm_ops; /* This should have no impact. */ in test_merge_new()
491 vma_d->vm_ops = NULL; /* This would otherwise degrade the merge. */ in test_merge_new()
646 const struct vm_operations_struct vm_ops = { in test_vma_merge_with_close() local
721 vma_next->vm_ops = &vm_ops; in test_vma_merge_with_close()
746 vma->vm_ops = &vm_ops; in test_vma_merge_with_close()
774 vma->vm_ops = &vm_ops; in test_vma_merge_with_close()
803 vma->vm_ops = &vm_ops; in test_vma_merge_with_close()
829 vma_next->vm_ops = &vm_ops; in test_vma_merge_with_close()
857 const struct vm_operations_struct vm_ops = { in test_vma_merge_new_with_close() local
883 vma_prev->vm_ops = &vm_ops; in test_vma_merge_new_with_close()
884 vma_next->vm_ops = &vm_ops; in test_vma_merge_new_with_close()
893 ASSERT_EQ(vma->vm_ops, &vm_ops); in test_vma_merge_new_with_close()
911 const struct vm_operations_struct vm_ops = { in test_merge_existing() local
926 vma->vm_ops = &vm_ops; /* This should have no impact. */ in test_merge_existing()
928 vma_next->vm_ops = &vm_ops; /* This should have no impact. */ in test_merge_existing()
961 vma_next->vm_ops = &vm_ops; /* This should have no impact. */ in test_merge_existing()
988 vma_prev->vm_ops = &vm_ops; /* This should have no impact. */ in test_merge_existing()
990 vma->vm_ops = &vm_ops; /* This should have no impact. */ in test_merge_existing()
1023 vma_prev->vm_ops = &vm_ops; /* This should have no impact. */ in test_merge_existing()
1052 vma_prev->vm_ops = &vm_ops; /* This should have no impact. */ in test_merge_existing()