Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dgup.c510 if (flags & FOLL_SPLIT && PageTransCompound(page)) { in follow_page_pte()
666 if (flags & (FOLL_SPLIT | FOLL_SPLIT_PMD)) { in follow_pmd_mask()
675 } else if (flags & FOLL_SPLIT) { in follow_pmd_mask()
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dtranshuge.rst57 follow_page, the FOLL_SPLIT bit can be specified as a parameter to
/OK3568_Linux_fs/kernel/include/linux/
H A Dmm.h2970 #define FOLL_SPLIT 0x80 /* don't return transhuge pages, split them */ macro