Searched refs:huge_pmd_unshare (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dhugetlb.h244 int huge_pmd_unshare(struct mm_struct *mm, struct vm_area_struct *vma,
307 static inline int huge_pmd_unshare(struct mm_struct *mm, function
/linux-master/mm/
H A Dhugetlb.c5410 * another thread calls huge_pmd_unshare.
5638 if (huge_pmd_unshare(mm, vma, old_addr, src_pte)) {
5700 if (huge_pmd_unshare(mm, vma, address, ptep)) {
5811 * huge_pmd_unshare() relies on the exact page_count for the PMD page to
6480 * until finished with ptep. This prevents huge_pmd_unshare from
7008 if (huge_pmd_unshare(mm, vma, address, ptep)) {
7080 * Must flush TLB before releasing i_mmap_rwsem: x86's huge_pmd_unshare
7449 int huge_pmd_unshare(struct mm_struct *mm, struct vm_area_struct *vma, function
7476 int huge_pmd_unshare(struct mm_struct *mm, struct vm_area_struct *vma, function
7732 huge_pmd_unshare(m
[all...]
H A Drmap.c1697 * huge_pmd_unshare may unmap an entire PMD page.
1706 * To call huge_pmd_unshare, i_mmap_rwsem must be
1722 if (huge_pmd_unshare(mm, vma, address, pvmw.pte)) {
1731 * no other sharing, huge_pmd_unshare
2065 * huge_pmd_unshare may unmap an entire PMD page.
2074 * To call huge_pmd_unshare, i_mmap_rwsem must be
2090 if (huge_pmd_unshare(mm, vma, address, pvmw.pte)) {
2100 * no other sharing, huge_pmd_unshare

Completed in 306 milliseconds