Lines Matching refs:ptl
47 unsigned int pshift, spinlock_t *ptl) in __hugepte_alloc() argument
82 spin_lock(ptl); in __hugepte_alloc()
102 spin_unlock(ptl); in __hugepte_alloc()
120 spinlock_t *ptl; in huge_pte_alloc() local
134 ptl = &mm->page_table_lock; in huge_pte_alloc()
144 ptl = pud_lockptr(mm, pu); in huge_pte_alloc()
155 ptl = pmd_lockptr(mm, pm); in huge_pte_alloc()
162 ptl = &mm->page_table_lock; in huge_pte_alloc()
170 ptl = pud_lockptr(mm, pu); in huge_pte_alloc()
177 ptl = pmd_lockptr(mm, pm); in huge_pte_alloc()
191 pdshift, pshift, ptl)) in huge_pte_alloc()