Searched refs:follow_page (Results 1 – 5 of 5) sorted by relevance
| /linux-4.4.14/Documentation/vm/ |
| D | transhuge.txt | 267 == get_user_pages and follow_page == 269 get_user_pages and follow_page if run on a hugepage, will return the 288 follow_page, the FOLL_SPLIT bit can be specified as parameter to 289 follow_page, so that it will split the hugepages before returning 291 follow_page because it's not hugepage aware and in fact it can't work
|
| /linux-4.4.14/mm/ |
| D | ksm.c | 370 page = follow_page(vma, addr, FOLL_GET | FOLL_MIGRATION); in break_ksm() 470 page = follow_page(vma, addr, FOLL_GET); in get_mergeable_page() 1636 *page = follow_page(vma, ksm_scan.address, FOLL_GET); in scan_get_next_rmap_item()
|
| D | migrate.c | 1256 page = follow_page(vma, pp->addr, in do_move_page_to_node_array() 1424 page = follow_page(vma, addr, FOLL_DUMP); in do_pages_stat_array()
|
| /linux-4.4.14/arch/s390/mm/ |
| D | pgtable.c | 1107 follow_page(vma, addr, FOLL_SPLIT); in thp_split_vma()
|
| /linux-4.4.14/include/linux/ |
| D | mm.h | 2094 static inline struct page *follow_page(struct vm_area_struct *vma, in follow_page() function
|