Home
last modified time | relevance | path

Searched refs:FOLL_SPLIT (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/Documentation/vm/
Dtranshuge.txt278 follow_page, the FOLL_SPLIT bit can be specified as parameter to
280 them. Migration for example passes FOLL_SPLIT as parameter to
283 hugepages thanks to FOLL_SPLIT). migration simply can't deal with
/linux-4.1.27/mm/
Dgup.c190 if (flags & FOLL_SPLIT) { in follow_page_mask()
Dmigrate.c1228 page = follow_page(vma, pp->addr, FOLL_GET|FOLL_SPLIT); in do_move_page_to_node_array()
/linux-4.1.27/arch/s390/mm/
Dpgtable.c1183 follow_page(vma, addr, FOLL_SPLIT); in thp_split_vma()
/linux-4.1.27/include/linux/
Dmm.h2062 #define FOLL_SPLIT 0x80 /* don't return transhuge pages, split them */ macro