Searched refs:adjust_range_if_pmd_sharing_possible (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/include/linux/ | 
| D | hugetlb.h | 123 void adjust_range_if_pmd_sharing_possible(struct vm_area_struct *vma,161 static inline void adjust_range_if_pmd_sharing_possible(  in adjust_range_if_pmd_sharing_possible()  function
 
 | 
| /Linux-v5.4/mm/ | 
| D | hugetlb.c | 3500 	adjust_range_if_pmd_sharing_possible(vma, &range.start, &range.end);  in __unmap_hugepage_range()3607 	adjust_range_if_pmd_sharing_possible(vma, &tlb_start, &tlb_end);  in unmap_hugepage_range()
 4523 	adjust_range_if_pmd_sharing_possible(vma, &range.start, &range.end);  in hugetlb_change_protection()
 4797 void adjust_range_if_pmd_sharing_possible(struct vm_area_struct *vma,  in adjust_range_if_pmd_sharing_possible()  function
 4919 void adjust_range_if_pmd_sharing_possible(struct vm_area_struct *vma,  in adjust_range_if_pmd_sharing_possible()  function
 
 | 
| D | rmap.c | 1385 		adjust_range_if_pmd_sharing_possible(vma, &range.start,  in try_to_unmap_one()
 |