Home
last modified time | relevance | path

Searched refs:copy_mc_highpage (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/include/linux/
Dhighmem.h358 static inline int copy_mc_highpage(struct page *to, struct page *from) in copy_mc_highpage() function
381 static inline int copy_mc_highpage(struct page *to, struct page *from) in copy_mc_highpage() function
/linux-6.6.21/mm/
Dkhugepaged.c2053 if (copy_mc_highpage(hpage + (page->index % HPAGE_PMD_NR), page) > 0) { in collapse_file()