Searched refs:huge_pte_lockptr (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/include/linux/ |
D | hugetlb.h | 454 static inline spinlock_t *huge_pte_lockptr(struct hstate *h, in huge_pte_lockptr() function 502 static inline spinlock_t *huge_pte_lockptr(struct hstate *h, in huge_pte_lockptr() function 514 ptl = huge_pte_lockptr(h, mm, pte); in huge_pte_lock()
|
/linux-4.1.27/Documentation/vm/ |
D | split_page_table_lock | 46 - huge_pte_lockptr()
|
/linux-4.1.27/mm/ |
D | migrate.c | 118 ptl = huge_pte_lockptr(hstate_vma(vma), mm, ptep); in remove_migration_pte() 246 spinlock_t *ptl = huge_pte_lockptr(hstate_vma(vma), mm, pte); in migration_entry_wait_huge()
|
D | hugetlb.c | 2694 src_ptl = huge_pte_lockptr(h, src, src_pte); in copy_hugetlb_page_range() 3177 ptl = huge_pte_lockptr(h, mm, ptep); in hugetlb_no_page() 3755 ptl = huge_pte_lockptr(hstate_vma(vma), mm, spte); in huge_pmd_share()
|
D | rmap.c | 662 ptl = huge_pte_lockptr(page_hstate(page), mm, pte); in __page_check_address()
|