Searched refs:pmd_trans_huge_lock (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/include/linux/ |
D | huge_mm.h | 134 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.4.14/mm/ |
D | mincore.c | 120 if (pmd_trans_huge_lock(pmd, vma, &ptl) == 1) { in mincore_pte_range()
|
D | memcontrol.c | 4717 if (pmd_trans_huge_lock(pmd, vma, &ptl) == 1) { in mem_cgroup_count_precharge_pte_range() 4922 if (pmd_trans_huge_lock(pmd, vma, &ptl) == 1) { in mem_cgroup_move_charge_pte_range()
|
/linux-4.4.14/fs/proc/ |
D | task_mmu.c | 552 if (pmd_trans_huge_lock(pmd, vma, &ptl) == 1) { in smaps_pte_range() 841 if (pmd_trans_huge_lock(pmd, vma, &ptl) == 1) { in clear_refs_pte_range() 1115 if (pmd_trans_huge_lock(pmdp, vma, &ptl) == 1) { in pagemap_pmd_range() 1474 if (pmd_trans_huge_lock(pmd, vma, &ptl) == 1) { in gather_pte_stats()
|