Searched refs:pmd_trans_huge_lock (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/include/linux/ |
D | huge_mm.h | 132 static inline int pmd_trans_huge_lock(pmd_t *pmd, struct vm_area_struct *vma, in pmd_trans_huge_lock() function 204 static inline int pmd_trans_huge_lock(pmd_t *pmd, struct vm_area_struct *vma, in pmd_trans_huge_lock() function
|
/linux-4.1.27/mm/ |
D | mincore.c | 120 if (pmd_trans_huge_lock(pmd, vma, &ptl) == 1) { in mincore_pte_range()
|
D | memcontrol.c | 4899 if (pmd_trans_huge_lock(pmd, vma, &ptl) == 1) { in mem_cgroup_count_precharge_pte_range() 5077 if (pmd_trans_huge_lock(pmd, vma, &ptl) == 1) { in mem_cgroup_move_charge_pte_range()
|
/linux-4.1.27/fs/proc/ |
D | task_mmu.c | 536 if (pmd_trans_huge_lock(pmd, vma, &ptl) == 1) { in smaps_pte_range() 801 if (pmd_trans_huge_lock(pmd, vma, &ptl) == 1) { in clear_refs_pte_range() 1114 if (pmd_trans_huge_lock(pmd, vma, &ptl) == 1) { in pagemap_pte_range() 1421 if (pmd_trans_huge_lock(pmd, vma, &ptl) == 1) { in gather_pte_stats()
|