Home
last modified time | relevance | path

Searched refs:huge_pte_lockptr (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/translations/zh_CN/mm/
H A Dsplit_page_table_lock.rst53 - huge_pte_lockptr()
/linux/include/linux/
H A Dhugetlb.h991 static inline spinlock_t *huge_pte_lockptr(struct hstate *h, in huge_pte_lockptr() function
1254 static inline spinlock_t *huge_pte_lockptr(struct hstate *h,
1311 ptl = huge_pte_lockptr(h, mm, pte); in huge_pte_lock()
/linux/mm/
H A Dhugetlb.c4905 src_ptl = huge_pte_lockptr(h, src, src_pte); in copy_hugetlb_page_range()
4983 src_ptl = huge_pte_lockptr(h, src, src_pte); in copy_hugetlb_page_range()
5043 src_ptl = huge_pte_lockptr(h, mm, src_pte); in move_huge_pte()
H A Dmigrate.c518 spinlock_t *ptl = huge_pte_lockptr(hstate_vma(vma), vma->vm_mm, ptep); in migration_entry_wait_huge()