Lines Matching refs:hugepage
39 hugepage knowledge fall back to breaking a transparent hugepage and
43 - if a hugepage allocation fails because of memory fragmentation,
56 is not specific to transparent hugepage support and it's a generic
67 entities). It doesn't require reservation to prevent hugepage
77 lived page allocations even for hugepage unaware applications that
149 and how many milliseconds to wait in khugepaged if there's an hugepage
259 get_user_pages and follow_page if run on a hugepage, will return the
275 hugepage backed mappings.
281 follow_page because it's not hugepage aware and in fact it can't work
291 memory region, the mmap region has to be hugepage naturally
296 You can use hugetlbfs on a kernel that has transparent hugepage
306 pmd_offset. It's trivial to make the code transparent hugepage aware
311 hugepage aware.
313 If you're not walking pagetables but you run into a physical hugepage
316 it tries to swapout the hugepage for example.
318 Example to make mremap.c transparent hugepage aware with a one liner
332 == Locking in hugepage aware code ==
334 We want as much code as possible hugepage aware, as calling
356 process the huge pmd and the hugepage natively. Once finished you can
366 hugepage), requires the refcount to be accounted on the tail pages and