Searched refs:populate_vma_page_range (Results 1 – 7 of 7) sorted by relevance
/linux/Documentation/vm/ |
A D | unevictable-lru.rst | 297 populate_vma_page_range() to fault in the pages via get_user_pages() and to 307 populate_vma_page_range() checks page_mapping() after acquiring the page lock. 373 populate_vma_page_range() - the same function used to mlock a VMA range - 383 For munlock(), populate_vma_page_range() unlocks individual pages by calling 482 populate_vma_page_range() specifying the vma and the address range to mlock. 484 The callers of populate_vma_page_range() will have already added the memory range 486 populate_vma_page_range() returns the number of pages NOT mlocked. All of the
|
/linux/mm/ |
A D | internal.h | 391 extern long populate_vma_page_range(struct vm_area_struct *vma,
|
A D | mprotect.c | 506 populate_vma_page_range(vma, start, end, NULL); in mprotect_fixup()
|
A D | gup.c | 1457 long populate_vma_page_range(struct vm_area_struct *vma, in populate_vma_page_range() function 1601 ret = populate_vma_page_range(vma, nstart, nend, &locked); in __mm_populate()
|
A D | mmap.c | 2576 populate_vma_page_range(prev, addr, prev->vm_end, NULL); in find_extend_vma() 2603 populate_vma_page_range(vma, addr, start, NULL); in find_extend_vma()
|
/linux/ |
A D | System.map | 7016 ffff8000101c6430 T populate_vma_page_range
|
A D | .tmp_System.map | 7016 ffff8000101c6430 T populate_vma_page_range
|
Completed in 310 milliseconds