Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/vm/
Dtranshuge.rst35 get_user_pages and follow_page
38 get_user_pages and follow_page if run on a hugepage, will return the
56 follow_page, the FOLL_SPLIT bit can be specified as parameter to
57 follow_page, so that it will split the hugepages before returning
59 follow_page because it's not hugepage aware and in fact it can't work
/Linux-v4.19/mm/
Dmlock.c465 page = follow_page(vma, start, FOLL_GET | FOLL_DUMP); in munlock_vma_pages_range()
Dksm.c477 page = follow_page(vma, addr, in break_ksm()
564 page = follow_page(vma, addr, FOLL_GET); in get_mergeable_page()
2290 *page = follow_page(vma, ksm_scan.address, FOLL_GET); in scan_get_next_rmap_item()
Dmigrate.c1512 page = follow_page(vma, addr, follflags); in add_page_for_migration()
1672 page = follow_page(vma, addr, FOLL_DUMP); in do_pages_stat_array()
/Linux-v4.19/include/linux/
Dmm.h2547 static inline struct page *follow_page(struct vm_area_struct *vma, in follow_page() function
/Linux-v4.19/arch/s390/mm/
Dgmap.c2487 follow_page(vma, addr, FOLL_SPLIT); in thp_split_mm()