Home
last modified time | relevance | path

Searched refs:split_huge_page (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.15/Documentation/vm/
Dtranshuge.rst70 calling split_huge_page(page). This is what the Linux VM does before
71 it tries to swapout the hugepage for example. split_huge_page() can fail
92 split_huge_page() or split_huge_pmd() has a cost.
146 split_huge_page internally has to distribute the refcounts in the head
150 additional pins (i.e. from get_user_pages). split_huge_page() fails any
152 the sum of mapcount of all sub-pages plus one (split_huge_page caller must
155 split_huge_page uses migration entries to stabilize page->_refcount and
Dunevictable-lru.rst451 We cannot just split the page on partial mlock() as split_huge_page() can
/Linux-v5.15/include/linux/
Dhuge_mm.h190 static inline int split_huge_page(struct page *page) in split_huge_page() function
401 static inline int split_huge_page(struct page *page) in split_huge_page() function
/Linux-v5.15/mm/
Dmadvise.c357 err = split_huge_page(page); in madvise_cold_or_pageout_pte_range()
425 if (split_huge_page(page)) { in madvise_cold_or_pageout_pte_range()
636 if (split_huge_page(page)) { in madvise_free_pte_range()
Dhuge_memory.c1544 split_huge_page(page); in madvise_free_huge_pmd()
2840 if (!split_huge_page(page)) in deferred_split_scan()
2895 if (!split_huge_page(page)) in split_huge_pages_all()
2986 if (!split_huge_page(page)) in split_huge_pages_pid()
3044 if (!split_huge_page(fpage)) in split_huge_pages_in_file()
Dksm.c1219 if (split_huge_page(page)) in try_to_merge_one_page()
2183 split_huge_page(page); in cmp_and_merge_page()
Dshmem.c631 ret = split_huge_page(page); in shmem_unused_huge_shrink()
908 return split_huge_page(page) >= 0; in shmem_punch_compound()
1355 if (split_huge_page(page) < 0) in shmem_writepage()
Dmemory-failure.c1403 if (!PageAnon(page) || unlikely(split_huge_page(page))) { in try_to_split_thp_page()
Dmigrate.c2288 ret = split_huge_page(page); in migrate_vma_collect_pmd()