Searched refs:vma_test (Results 1 – 6 of 6) sorted by relevance
| /linux/mm/ |
| H A D | vma.c | 1462 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 D | mseal.c | 71 if (!vma_test(vma, VMA_SEALED_BIT)) { in mseal_apply()
|
| H A D | userfaultfd.c | 2149 VM_WARN_ON_ONCE(!vma_test(vma, VMA_MAYWRITE_BIT)); in userfaultfd_register_range()
|
| H A D | huge_memory.c | 4690 if (vma_test(vma, VMA_IO_BIT)) in vma_not_suitable_for_thp_split()
|
| /linux/tools/testing/vma/include/ |
| H A D | dup.h | 1070 static __always_inline bool vma_test(const struct vm_area_struct *vma, in vma_test() function
|
| /linux/include/linux/ |
| H A D | mm.h | 1308 static __always_inline bool vma_test(const struct vm_area_struct *vma, in vma_test() function
|