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

/linux-master/include/linux/
H A Dhuge_mm.h310 spinlock_t *__pmd_trans_huge_lock(pmd_t *pmd, struct vm_area_struct *vma);
323 return __pmd_trans_huge_lock(pmd, vma);
/linux-master/mm/
H A Dhuge_memory.c1889 ptl = __pmd_trans_huge_lock(pmd, vma);
1995 old_ptl = __pmd_trans_huge_lock(old_pmd, vma);
2046 ptl = __pmd_trans_huge_lock(pmd, vma);
2307 spinlock_t *__pmd_trans_huge_lock(pmd_t *pmd, struct vm_area_struct *vma) function

Completed in 123 milliseconds