Searched refs:huge_pte_lockptr (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/linux/ |
D | hugetlb.h | 468 static inline spinlock_t *huge_pte_lockptr(struct hstate *h, in huge_pte_lockptr() function 528 static inline spinlock_t *huge_pte_lockptr(struct hstate *h, in huge_pte_lockptr() function 548 ptl = huge_pte_lockptr(h, mm, pte); in huge_pte_lock()
|
/linux-4.4.14/Documentation/vm/ |
D | split_page_table_lock | 46 - huge_pte_lockptr()
|
/linux-4.4.14/mm/ |
D | migrate.c | 119 ptl = huge_pte_lockptr(hstate_vma(vma), mm, ptep); in remove_migration_pte() 250 spinlock_t *ptl = huge_pte_lockptr(hstate_vma(vma), mm, pte); in migration_entry_wait_huge()
|
D | hugetlb.c | 3114 src_ptl = huge_pte_lockptr(h, src, src_pte); in copy_hugetlb_page_range() 3611 ptl = huge_pte_lockptr(h, mm, ptep); in hugetlb_no_page() 4222 ptl = huge_pte_lockptr(hstate_vma(vma), mm, spte); in huge_pmd_share()
|
D | rmap.c | 768 ptl = huge_pte_lockptr(page_hstate(page), mm, pte); in __page_check_address()
|