Searched refs:FOLL_SPLIT (Results 1 – 5 of 5) sorted by relevance
288 follow_page, the FOLL_SPLIT bit can be specified as parameter to290 them. Migration for example passes FOLL_SPLIT as parameter to293 hugepages thanks to FOLL_SPLIT). migration simply can't deal with
224 if (flags & FOLL_SPLIT) { in follow_page_mask()
1257 FOLL_GET | FOLL_SPLIT | FOLL_DUMP); in do_move_page_to_node_array()
1107 follow_page(vma, addr, FOLL_SPLIT); in thp_split_vma()
2109 #define FOLL_SPLIT 0x80 /* don't return transhuge pages, split them */ macro