Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dhuge_mm.h131 extern int __pmd_trans_huge_lock(pmd_t *pmd, struct vm_area_struct *vma,
139 return __pmd_trans_huge_lock(pmd, vma, ptl); in pmd_trans_huge_lock()
/linux-4.4.14/mm/
Dhuge_memory.c1462 if (__pmd_trans_huge_lock(pmd, vma, &ptl) != 1) in zap_huge_pmd()
1526 ret = __pmd_trans_huge_lock(old_pmd, vma, &old_ptl); in move_huge_pmd()
1561 if (__pmd_trans_huge_lock(pmd, vma, &ptl) == 1) { in change_huge_pmd()
1598 int __pmd_trans_huge_lock(pmd_t *pmd, struct vm_area_struct *vma, in __pmd_trans_huge_lock() function