Searched refs:mm_find_pmd (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | khugepaged.c | 1038 if (mm_find_pmd(mm, address) != pmd) { in __collapse_huge_page_swapin() 1108 pmd = mm_find_pmd(mm, address); in collapse_huge_page() 1137 if (mm_find_pmd(mm, address) != pmd) in collapse_huge_page() 1247 pmd = mm_find_pmd(mm, address); in khugepaged_scan_pmd() 1474 pmd = mm_find_pmd(mm, haddr); in collapse_pte_mapped_thp() 1622 pmd = mm_find_pmd(mm, addr); in retract_page_tables()
|
H A D | internal.h | 250 extern pmd_t *mm_find_pmd(struct mm_struct *mm, unsigned long address);
|
H A D | rmap.c | 732 pmd_t *mm_find_pmd(struct mm_struct *mm, unsigned long address) in mm_find_pmd() function
|
H A D | ksm.c | 1138 pmd = mm_find_pmd(mm, addr); in replace_page()
|
/kernel/linux/linux-6.6/mm/ |
H A D | internal.h | 351 pmd_t *mm_find_pmd(struct mm_struct *mm, unsigned long address);
|
H A D | rmap.c | 772 pmd_t *mm_find_pmd(struct mm_struct *mm, unsigned long address) in mm_find_pmd() function
|
H A D | khugepaged.c | 947 *pmd = mm_find_pmd(mm, address); in find_pmd_or_thp_or_none()
|
H A D | huge_memory.c | 2304 pmd_t *pmd = mm_find_pmd(vma->vm_mm, address); in split_huge_pmd_address()
|
H A D | ksm.c | 1204 pmd = mm_find_pmd(mm, addr); in replace_page()
|
Completed in 26 milliseconds