Home
last modified time | relevance | path

Searched refs:pmd_trans_unstable (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/mm/
Dmincore.c126 if (pmd_trans_unstable(pmd)) { in mincore_pte_range()
Dpagewalk.c62 if (pmd_trans_unstable(pmd)) in walk_pmd_range()
Dmemcontrol.c4724 if (pmd_trans_unstable(pmd)) in mem_cgroup_count_precharge_pte_range()
4944 if (pmd_trans_unstable(pmd)) in mem_cgroup_move_charge_pte_range()
Dmempolicy.c497 if (pmd_trans_unstable(pmd)) in queue_pages_pte_range()
Dmemory.c3453 if (unlikely(pmd_trans_unstable(pmd))) in __handle_mm_fault()
/linux-4.4.14/fs/proc/
Dtask_mmu.c558 if (pmd_trans_unstable(pmd)) in smaps_pte_range()
858 if (pmd_trans_unstable(pmd)) in clear_refs_pte_range()
1153 if (pmd_trans_unstable(pmdp)) in pagemap_pmd_range()
1485 if (pmd_trans_unstable(pmd)) in gather_pte_stats()
/linux-4.4.14/include/asm-generic/
Dpgtable.h722 static inline int pmd_trans_unstable(pmd_t *pmd) in pmd_trans_unstable() function