Home
last modified time | relevance | path

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

/linux/mm/
H A Dvma.c1462 if (vma_test(next, VMA_LOCKED_BIT)) in vms_gather_munmap_vmas()
1465 if (vma_test(next, VMA_ACCOUNT_BIT)) in vms_gather_munmap_vmas()
1504 struct vm_area_struct *vma_mas, *vma_test; in vms_gather_munmap_vmas() local
1509 vma_test = mas_find(&test, vms->vma_count - 1); in vms_gather_munmap_vmas()
1511 BUG_ON(vma_mas != vma_test); in vms_gather_munmap_vmas()
1513 vma_test = mas_next(&test, vms->vma_count - 1); in vms_gather_munmap_vmas()
2075 if (vma_test(vma, VMA_PFNMAP_BIT)) in vma_fs_can_writeback()
2517 vma_test(vma, VMA_MAYWRITE_BIT)); in __mmap_new_file_vma()
2620 if (vma_test(vma, VMA_LOCKED_BIT)) { in __mmap_complete()
3086 if (!mlock_future_ok(mm, vma_test(vma, VMA_LOCKED_BIT), in acct_stack_growth()
[all …]
H A Dmseal.c71 if (!vma_test(vma, VMA_SEALED_BIT)) { in mseal_apply()
H A Duserfaultfd.c2149 VM_WARN_ON_ONCE(!vma_test(vma, VMA_MAYWRITE_BIT)); in userfaultfd_register_range()
H A Dhuge_memory.c4690 if (vma_test(vma, VMA_IO_BIT)) in vma_not_suitable_for_thp_split()
/linux/tools/testing/vma/include/
H A Ddup.h1070 static __always_inline bool vma_test(const struct vm_area_struct *vma, in vma_test() function
/linux/include/linux/
H A Dmm.h1308 static __always_inline bool vma_test(const struct vm_area_struct *vma, in vma_test() function