Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/vm/
Dtranshuge.txt288 follow_page, the FOLL_SPLIT bit can be specified as parameter to
290 them. Migration for example passes FOLL_SPLIT as parameter to
293 hugepages thanks to FOLL_SPLIT). migration simply can't deal with
/linux-4.4.14/mm/
Dgup.c224 if (flags & FOLL_SPLIT) { in follow_page_mask()
Dmigrate.c1257 FOLL_GET | FOLL_SPLIT | FOLL_DUMP); in do_move_page_to_node_array()
/linux-4.4.14/arch/s390/mm/
Dpgtable.c1107 follow_page(vma, addr, FOLL_SPLIT); in thp_split_vma()
/linux-4.4.14/include/linux/
Dmm.h2109 #define FOLL_SPLIT 0x80 /* don't return transhuge pages, split them */ macro